pub enum MUTE {
Disabled = 0,
Enabled = 1,
}Expand description
Mute. This bit is set and cleared by software. It is meaningful only when the audio block operates as a transmitter. The MUTE value is linked to value of MUTEVAL if the number of slots is lower or equal to 2, or equal to 0 if it is greater than 2. Refer to for more details. Note: This bit is meaningless and should not be used for SPDIF audio blocks.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MUTE
impl Eq for MUTE
impl StructuralPartialEq for MUTE
Auto Trait Implementations§
impl Freeze for MUTE
impl RefUnwindSafe for MUTE
impl Send for MUTE
impl Sync for MUTE
impl Unpin for MUTE
impl UnwindSafe for MUTE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more