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