Struct kvm_bindings::kvm_cpuid_entry2 [−][src]
#[repr(C)]pub struct kvm_cpuid_entry2 {
pub function: __u32,
pub index: __u32,
pub flags: __u32,
pub eax: __u32,
pub ebx: __u32,
pub ecx: __u32,
pub edx: __u32,
pub padding: [__u32; 3],
}Fields
function: __u32index: __u32flags: __u32eax: __u32ebx: __u32ecx: __u32edx: __u32padding: [__u32; 3]Trait 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_cpuid_entry2
impl Send for kvm_cpuid_entry2
impl Sync for kvm_cpuid_entry2
impl Unpin for kvm_cpuid_entry2
impl UnwindSafe for kvm_cpuid_entry2
Blanket Implementations
Mutably borrows from an owned value. Read more