pub enum I2cTransactionType {
Write,
Read,
ReadRepeatedStart,
}Variants§
Trait Implementations§
Source§impl Debug for I2cTransactionType
impl Debug for I2cTransactionType
Source§impl PartialEq for I2cTransactionType
impl PartialEq for I2cTransactionType
impl Eq for I2cTransactionType
impl StructuralPartialEq for I2cTransactionType
Auto Trait Implementations§
impl Freeze for I2cTransactionType
impl RefUnwindSafe for I2cTransactionType
impl Send for I2cTransactionType
impl Sync for I2cTransactionType
impl Unpin for I2cTransactionType
impl UnwindSafe for I2cTransactionType
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