pub struct PSCU { /* private fields */ }Expand description
Peripheral Security Control Unit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PSCU
impl RefUnwindSafe for PSCU
impl !Sync for PSCU
impl Unpin for PSCU
impl UnwindSafe for PSCU
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