#[repr(C)]pub struct M { /* private fields */ }
Expand description
Cluster M%s, containing M?_STATUS, M?_STATUS_CLR, M?_EXCEPTION_INFO0, M?_EXCEPTION_INFO1
Implementations§
Source§impl M
impl M
Sourcepub const fn status_clr(&self) -> &STATUS_CLR
pub const fn status_clr(&self) -> &STATUS_CLR
0x04 - M0 status clear register
Sourcepub const fn exception_info0(&self) -> &EXCEPTION_INFO0
pub const fn exception_info0(&self) -> &EXCEPTION_INFO0
0x08 - M0 exception_info0 register
Sourcepub const fn exception_info1(&self) -> &EXCEPTION_INFO1
pub const fn exception_info1(&self) -> &EXCEPTION_INFO1
0x0c - M0 exception_info1 register
Auto Trait Implementations§
impl !Freeze for M
impl !RefUnwindSafe for M
impl Send for M
impl !Sync for M
impl Unpin for M
impl UnwindSafe for M
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