#[repr(u8)]pub enum Mststart {
NO_EFFECT = 0,
START = 1,
}Variants§
NO_EFFECT = 0
No effect.
START = 1
Start. A Start will be generated on the I2C bus at the next allowed time.
Implementations§
Trait Implementations§
Source§impl Ord for Mststart
impl Ord for Mststart
Source§impl PartialOrd for Mststart
impl PartialOrd for Mststart
impl Copy for Mststart
impl Eq for Mststart
impl StructuralPartialEq for Mststart
Auto Trait Implementations§
impl Freeze for Mststart
impl RefUnwindSafe for Mststart
impl Send for Mststart
impl Sync for Mststart
impl Unpin for Mststart
impl UnwindSafe for Mststart
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