pub struct Lpi2c { /* private fields */ }Expand description
Low-Power Inter-Integrated Circuit
Implementations§
Trait Implementations§
impl Copy for Lpi2c
impl Eq for Lpi2c
impl Send for Lpi2c
impl StructuralPartialEq for Lpi2c
impl Sync for Lpi2c
Auto Trait Implementations§
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