pub struct I2c;
Trait Implementations§
impl Copy for I2c
Auto Trait Implementations§
impl Freeze for I2c
impl RefUnwindSafe for I2c
impl Send for I2c
impl Sync for I2c
impl Unpin for I2c
impl UnwindSafe for I2c
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<'r, A> I2cReadExt for Awhere
A: I2cRead,
impl<'r, A> I2cReadExt for Awhere
A: I2cRead,
Source§impl<A> I2cWriteExt for Awhere
A: I2cWrite,
impl<A> I2cWriteExt for Awhere
A: I2cWrite,
Source§fn begin_write(&mut self, address: u8) -> BeginWrite<'_, Self>where
Self: Unpin,
fn begin_write(&mut self, address: u8) -> BeginWrite<'_, Self>where
Self: Unpin,
Initiates a write operation on the specified address. Read more