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