pub enum I2CAddr {
SevenBitAddress(u8),
TenBitAddress(u16),
}
Expand description
Represents I2C addresses.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2CAddr
impl RefUnwindSafe for I2CAddr
impl Send for I2CAddr
impl Sync for I2CAddr
impl Unpin for I2CAddr
impl UnwindSafe for I2CAddr
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