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