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