pub struct Dr0;
Expand description
Debug Address Register
Holds the address of a hardware breakpoint.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dr0
impl RefUnwindSafe for Dr0
impl Send for Dr0
impl Sync for Dr0
impl Unpin for Dr0
impl UnwindSafe for Dr0
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