#[repr(transparent)]pub struct Dbgdata(pub u32);Expand description
DCP debug data register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Dbgdata
impl Eq for Dbgdata
impl StructuralPartialEq for Dbgdata
Auto Trait Implementations§
impl Freeze for Dbgdata
impl RefUnwindSafe for Dbgdata
impl Send for Dbgdata
impl Sync for Dbgdata
impl Unpin for Dbgdata
impl UnwindSafe for Dbgdata
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