pub struct PRCM { /* private fields */ }Expand description
Power, Reset and Clock Management
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PRCM
impl RefUnwindSafe for PRCM
impl !Sync for PRCM
impl Unpin for PRCM
impl UnwindSafe for PRCM
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