pub struct Aifsr(pub u32);Expand description
AIFSR (Auxiliary Instruction Fault Status Register)
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl SysRegRead for Aifsr
impl SysRegRead for Aifsr
Source§impl SysRegWrite for Aifsr
impl SysRegWrite for Aifsr
impl Copy for Aifsr
Auto Trait Implementations§
impl Freeze for Aifsr
impl RefUnwindSafe for Aifsr
impl Send for Aifsr
impl Sync for Aifsr
impl Unpin for Aifsr
impl UnwindSafe for Aifsr
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