pub enum Add10send {
NoHeader = 0,
Header = 1,
}
Expand description
Header of 10-bit address is sent in master mode
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq for Add10send
impl PartialEq for Add10send
impl Copy for Add10send
impl Eq for Add10send
impl StructuralPartialEq for Add10send
Auto Trait Implementations§
impl Freeze for Add10send
impl RefUnwindSafe for Add10send
impl Send for Add10send
impl Sync for Add10send
impl Unpin for Add10send
impl UnwindSafe for Add10send
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