pub struct I2c<I2C, PINS> { /* private fields */ }
Expand description
I2C abstraction
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<I2C, PINS> Freeze for I2c<I2C, PINS>
impl<I2C, PINS> RefUnwindSafe for I2c<I2C, PINS>where
I2C: RefUnwindSafe,
PINS: RefUnwindSafe,
impl<I2C, PINS> Send for I2c<I2C, PINS>
impl<I2C, PINS> Sync for I2c<I2C, PINS>
impl<I2C, PINS> Unpin for I2c<I2C, PINS>
impl<I2C, PINS> UnwindSafe for I2c<I2C, PINS>where
I2C: UnwindSafe,
PINS: UnwindSafe,
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