#[repr(u8)]pub enum Slvnotstr {
STRETCHING = 0,
NOT_STRETCHING = 1,
}Variants§
STRETCHING = 0
Stretching. The slave function is currently stretching the I2C bus clock. Deep-Sleep or Power-down mode cannot be entered at this time.
NOT_STRETCHING = 1
Not stretching. The slave function is not currently stretching the I 2C bus clock. Deep-sleep or Power-down mode could be entered at this time.
Implementations§
Trait Implementations§
Source§impl Ord for Slvnotstr
impl Ord for Slvnotstr
Source§impl PartialOrd for Slvnotstr
impl PartialOrd for Slvnotstr
impl Copy for Slvnotstr
impl Eq for Slvnotstr
impl StructuralPartialEq for Slvnotstr
Auto Trait Implementations§
impl Freeze for Slvnotstr
impl RefUnwindSafe for Slvnotstr
impl Send for Slvnotstr
impl Sync for Slvnotstr
impl Unpin for Slvnotstr
impl UnwindSafe for Slvnotstr
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