Enum Lom
pub enum Lom {
_0 = 0,
_1 = 1,
}Expand description
Listen-Only Mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Lom
impl Eq for Lom
impl StructuralPartialEq for Lom
Auto Trait Implementations§
impl Freeze for Lom
impl RefUnwindSafe for Lom
impl Send for Lom
impl Sync for Lom
impl Unpin for Lom
impl UnwindSafe for Lom
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