Struct kvm_bindings::kvm_debug_exit_arch [−][src]
#[repr(C)]pub struct kvm_debug_exit_arch {
pub exception: __u32,
pub pad: __u32,
pub pc: __u64,
pub dr6: __u64,
pub dr7: __u64,
}Fields
exception: __u32pad: __u32pc: __u64dr6: __u64dr7: __u64Trait 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_debug_exit_arch
impl Send for kvm_debug_exit_arch
impl Sync for kvm_debug_exit_arch
impl Unpin for kvm_debug_exit_arch
impl UnwindSafe for kvm_debug_exit_arch
Blanket Implementations
Mutably borrows from an owned value. Read more