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