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