Struct kvm_bindings::kvm_vmx_nested_state_hdr [−][src]
#[repr(C)]pub struct kvm_vmx_nested_state_hdr {
pub vmxon_pa: __u64,
pub vmcs12_pa: __u64,
pub smm: kvm_vmx_nested_state_hdr__bindgen_ty_1,
pub pad: __u16,
pub flags: __u32,
pub preemption_timer_deadline: __u64,
}Fields
vmxon_pa: __u64vmcs12_pa: __u64smm: kvm_vmx_nested_state_hdr__bindgen_ty_1pad: __u16flags: __u32preemption_timer_deadline: __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_vmx_nested_state_hdr
impl Send for kvm_vmx_nested_state_hdr
impl Sync for kvm_vmx_nested_state_hdr
impl Unpin for kvm_vmx_nested_state_hdr
impl UnwindSafe for kvm_vmx_nested_state_hdr
Blanket Implementations
Mutably borrows from an owned value. Read more