Struct kvm_bindings::kvm_svm_nested_state_hdr [−][src]
#[repr(C)]pub struct kvm_svm_nested_state_hdr {
pub vmcb_pa: __u64,
}Fields
vmcb_pa: __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_svm_nested_state_hdr
impl Send for kvm_svm_nested_state_hdr
impl Sync for kvm_svm_nested_state_hdr
impl Unpin for kvm_svm_nested_state_hdr
impl UnwindSafe for kvm_svm_nested_state_hdr
Blanket Implementations
Mutably borrows from an owned value. Read more