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