pub struct AnyI2c(/* private fields */);Expand description
Represents any I2C peripheral.
Trait Implementations§
Source§impl Peripheral for AnyI2c
impl Peripheral for AnyI2c
Auto Trait Implementations§
impl Freeze for AnyI2c
impl RefUnwindSafe for AnyI2c
impl Send for AnyI2c
impl Sync for AnyI2c
impl Unpin for AnyI2c
impl UnwindSafe for AnyI2c
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