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