pub enum ENA4_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable or disable device address matching using device address 4
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ENA4_A
impl StructuralPartialEq for ENA4_A
Auto Trait Implementations§
impl Freeze for ENA4_A
impl RefUnwindSafe for ENA4_A
impl Send for ENA4_A
impl Sync for ENA4_A
impl Unpin for ENA4_A
impl UnwindSafe for ENA4_A
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