pub enum I2cStatus {
Ack,
Nak,
}
Expand description
Representation of ACK/NAK bit after every 8 bits of data
Variants§
Trait Implementations§
impl Eq for I2cStatus
impl StructuralPartialEq for I2cStatus
Auto Trait Implementations§
impl Freeze for I2cStatus
impl RefUnwindSafe for I2cStatus
impl Send for I2cStatus
impl Sync for I2cStatus
impl Unpin for I2cStatus
impl UnwindSafe for I2cStatus
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