pub enum HEAD10RW {
COMPLETE,
PARTIAL,
}
Expand description
Values that can be written to the field HEAD10R
Variants§
COMPLETE
The master sends the complete 10 bit slave address read sequence
PARTIAL
The master only sends the 1st 7 bits of the 10 bit address, followed by Read direction
Auto Trait Implementations§
impl Freeze for HEAD10RW
impl RefUnwindSafe for HEAD10RW
impl Send for HEAD10RW
impl Sync for HEAD10RW
impl Unpin for HEAD10RW
impl UnwindSafe for HEAD10RW
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