Struct PSSI
pub struct PSSI { /* private fields */ }
Expand description
PSSI peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for PSSI
impl Peripheral for PSSI
impl RccPeripheral for PSSI
Auto Trait Implementations§
impl Freeze for PSSI
impl RefUnwindSafe for PSSI
impl Send for PSSI
impl Sync for PSSI
impl Unpin for PSSI
impl UnwindSafe for PSSI
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