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