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