pub enum OA2ENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field OA2EN
Variants§
DISABLED
Own address 2 disabled. The received slave address OA2 is NACKed
ENABLED
Own address 2 enabled. The received slave address OA2 is ACKed
Auto Trait Implementations§
impl Freeze for OA2ENW
impl RefUnwindSafe for OA2ENW
impl Send for OA2ENW
impl Sync for OA2ENW
impl Unpin for OA2ENW
impl UnwindSafe for OA2ENW
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