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