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