pub struct REGSC { /* private fields */ }Expand description
Regulator Status and Control Register
Implementations§
Auto Trait Implementations§
impl !Freeze for REGSC
impl !RefUnwindSafe for REGSC
impl Send for REGSC
impl !Sync for REGSC
impl Unpin for REGSC
impl UnwindSafe for REGSC
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