pub struct I2cRead {}
Trait Implementations§
impl Copy for I2cRead
Auto Trait Implementations§
impl Freeze for I2cRead
impl RefUnwindSafe for I2cRead
impl Send for I2cRead
impl Sync for I2cRead
impl Unpin for I2cRead
impl UnwindSafe for I2cRead
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