#[repr(C)]pub struct Debugregs {
pub db: [u64; 4],
pub dr6: u64,
pub dr7: u64,
pub flags: u64,
pub reserved: [u64; 9],
}Fields§
§db: [u64; 4]§dr6: u64§dr7: u64§flags: u64§reserved: [u64; 9]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Debugregs
impl RefUnwindSafe for Debugregs
impl Send for Debugregs
impl Sync for Debugregs
impl Unpin 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