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