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