pub struct POWER { /* private fields */ }
Expand description
power control register
Implementations§
Auto Trait Implementations§
impl !Freeze for POWER
impl !RefUnwindSafe for POWER
impl Send 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