Struct DebugRegs
#[repr(C)]pub struct DebugRegs {
pub dr0: u64,
pub dr1: u64,
pub dr2: u64,
pub dr3: u64,
pub dr6: u64,
pub dr7: u64,
}Expand description
The debug registers.
Fields§
§dr0: u64§dr1: u64§dr2: u64§dr3: u64§dr6: u64§dr7: u64Trait Implementations§
impl Copy for DebugRegs
impl Eq for DebugRegs
impl StructuralPartialEq for DebugRegs
Auto Trait Implementations§
impl Freeze for DebugRegs
impl RefUnwindSafe for DebugRegs
impl Send for DebugRegs
impl Sync for DebugRegs
impl Unpin for DebugRegs
impl UnsafeUnpin for DebugRegs
impl UnwindSafe for DebugRegs
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