pub struct PPSSI { /* private fields */ }Expand description
Synchronous Serial Interface Peripheral Present
Implementations§
Auto Trait Implementations§
impl !Freeze for PPSSI
impl !RefUnwindSafe for PPSSI
impl Send for PPSSI
impl !Sync for PPSSI
impl Unpin for PPSSI
impl UnwindSafe for PPSSI
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