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