Struct kvm_bindings::bindings::kvm_guest_debug [−][src]
#[repr(C)]pub struct kvm_guest_debug {
pub control: __u32,
pub pad: __u32,
pub arch: kvm_guest_debug_arch,
}Fields
control: __u32pad: __u32arch: kvm_guest_debug_archTrait 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_guest_debug
impl Send for kvm_guest_debug
impl Sync for kvm_guest_debug
impl Unpin for kvm_guest_debug
impl UnwindSafe for kvm_guest_debug
Blanket Implementations
Mutably borrows from an owned value. Read more