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