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