Enum Mutedet
#[repr(u8)]pub enum Mutedet {
NOMUTE = 0,
MUTE = 1,
}
Variants§
NOMUTE = 0
No MUTE detection on the SD input line
MUTE = 1
MUTE value detected on the SD input line (0 value) for a specified number of consecutive audio frame
Implementations§
Trait Implementations§
§impl Ord for Mutedet
impl Ord for Mutedet
§impl PartialOrd for Mutedet
impl PartialOrd for Mutedet
impl Copy for Mutedet
impl Eq for Mutedet
impl StructuralPartialEq for Mutedet
Auto Trait Implementations§
impl Freeze for Mutedet
impl RefUnwindSafe for Mutedet
impl Send for Mutedet
impl Sync for Mutedet
impl Unpin for Mutedet
impl UnwindSafe for Mutedet
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