Struct kvm_bindings::kvm_debugregs [−][src]
#[repr(C)]pub struct kvm_debugregs {
pub db: [__u64; 4],
pub dr6: __u64,
pub dr7: __u64,
pub flags: __u64,
pub reserved: [__u64; 9],
}Fields
db: [__u64; 4]dr6: __u64dr7: __u64flags: __u64reserved: [__u64; 9]Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for kvm_debugregs
impl Send for kvm_debugregs
impl Sync for kvm_debugregs
impl Unpin for kvm_debugregs
impl UnwindSafe for kvm_debugregs
Blanket Implementations
Mutably borrows from an owned value. Read more