pub enum ADD10W {
BIT7,
BIT10,
}
Expand description
Values that can be written to the field ADD10
Variants§
BIT7
The master operates in 7-bit addressing mode
BIT10
The master operates in 10-bit addressing mode
Auto Trait Implementations§
impl Freeze for ADD10W
impl RefUnwindSafe for ADD10W
impl Send for ADD10W
impl Sync for ADD10W
impl Unpin for ADD10W
impl UnwindSafe for ADD10W
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