Struct nrf52840_pac::POWER
source · pub struct POWER { /* private fields */ }
Expand description
Power control
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for POWER
impl RefUnwindSafe for POWER
impl !Sync for POWER
impl Unpin for POWER
impl UnwindSafe for POWER
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