pub enum IrdaMode {
None,
Normal,
LowPower,
}
Variants§
None
“IrDA mode disabled
Normal
“IrDA SIR rx/tx enabled in ‘normal’ mode”
LowPower
“IrDA SIR ‘low-power’ mode”
Trait Implementations§
impl Copy for IrdaMode
impl StructuralPartialEq for IrdaMode
Auto Trait Implementations§
impl Freeze for IrdaMode
impl RefUnwindSafe for IrdaMode
impl Send for IrdaMode
impl Sync for IrdaMode
impl Unpin for IrdaMode
impl UnwindSafe for IrdaMode
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