Struct kvm_bindings::kvm_debug_guest [−][src]
#[repr(C)]pub struct kvm_debug_guest {
pub enabled: __u32,
pub pad: __u32,
pub breakpoints: [kvm_breakpoint; 4],
pub singlestep: __u32,
}Fields
enabled: __u32pad: __u32breakpoints: [kvm_breakpoint; 4]singlestep: __u32Trait 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_guest
impl Send for kvm_debug_guest
impl Sync for kvm_debug_guest
impl Unpin for kvm_debug_guest
impl UnwindSafe for kvm_debug_guest
Blanket Implementations
Mutably borrows from an owned value. Read more