pub struct Dr7;
Expand description
Debug Control Register (DR7).
Configures debug conditions for debug exceptions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dr7
impl RefUnwindSafe for Dr7
impl Send for Dr7
impl Sync for Dr7
impl Unpin for Dr7
impl UnwindSafe for Dr7
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