Struct goxlr_profile_loader::components::mute_chat::MuteChat
source · [−]pub struct MuteChat { /* private fields */ }
Expand description
These have no special properties, they are literally just button colours..
Implementations
sourceimpl MuteChat
impl MuteChat
pub fn new(element_name: String) -> Self
pub fn parse_mute_chat(
&mut self,
attributes: &[OwnedAttribute]
) -> Result<(), ParseError>
pub fn write_mute_chat<W: Write>(
&self,
writer: &mut EventWriter<&mut W>
) -> Result<(), Error>
pub fn colour_map(&self) -> &ColourMap
pub fn colour_map_mut(&mut self) -> &mut ColourMap
pub fn is_cough_toggle(&self) -> bool
pub fn mic_fader_id(&self) -> u8
pub fn blink(&self) -> &ColourState
pub fn cough_behaviour(&self) -> &CoughToggle
pub fn cough_mute_source(&self) -> &MuteFunction
pub fn set_blink(&mut self, blink: ColourState)
pub fn set_blink_on(&mut self, blink: bool)
pub fn get_blink_on(&self) -> bool
pub fn set_cough_mute_source(&mut self, cough_mute_source: MuteFunction)
pub fn set_mic_fader_id(&mut self, mic_fader_id: u8)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MuteChat
impl Send for MuteChat
impl Sync for MuteChat
impl Unpin for MuteChat
impl UnwindSafe for MuteChat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more