pub struct Lpspi { /* private fields */ }Expand description
Low-Power Serial Peripheral Interface
Implementations§
Trait Implementations§
impl Copy for Lpspi
impl Eq for Lpspi
impl Send for Lpspi
impl StructuralPartialEq for Lpspi
impl Sync for Lpspi
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