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