pub struct SSCR { /* private fields */ }
Expand description
Synchronization Size Configuration Register
Implementations§
Auto Trait Implementations§
impl !Freeze for SSCR
impl !RefUnwindSafe for SSCR
impl Send for SSCR
impl !Sync for SSCR
impl Unpin for SSCR
impl UnwindSafe for SSCR
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