Struct kvm_bindings::bindings::kvm_vmx_nested_state_data [−][src]
#[repr(C)]pub struct kvm_vmx_nested_state_data {
pub vmcs12: [__u8; 4096],
pub shadow_vmcs12: [__u8; 4096],
}Fields
vmcs12: [__u8; 4096]shadow_vmcs12: [__u8; 4096]Trait Implementations
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_data
impl Send for kvm_vmx_nested_state_data
impl Sync for kvm_vmx_nested_state_data
impl Unpin for kvm_vmx_nested_state_data
impl UnwindSafe for kvm_vmx_nested_state_data
Blanket Implementations
Mutably borrows from an owned value. Read more