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