#[repr(C)]pub struct I2cs { /* private fields */ }
Expand description
I2C Slave Mode
Implementations§
Auto Trait Implementations§
impl !Freeze for I2cs
impl !RefUnwindSafe for I2cs
impl Send for I2cs
impl !Sync for I2cs
impl Unpin for I2cs
impl UnwindSafe for I2cs
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