pub struct SCR { /* private fields */ }
Expand description
Power status clear register
Implementations§
Auto Trait Implementations§
impl !Freeze for SCR
impl !RefUnwindSafe for SCR
impl Send for SCR
impl !Sync for SCR
impl Unpin for SCR
impl UnwindSafe for SCR
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