Struct kvm_bindings::kvm_tpr_access_ctl [−][src]
#[repr(C)]pub struct kvm_tpr_access_ctl {
pub enabled: __u32,
pub flags: __u32,
pub reserved: [__u32; 8],
}Fields
enabled: __u32flags: __u32reserved: [__u32; 8]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_tpr_access_ctl
impl Send for kvm_tpr_access_ctl
impl Sync for kvm_tpr_access_ctl
impl Unpin for kvm_tpr_access_ctl
impl UnwindSafe for kvm_tpr_access_ctl
Blanket Implementations
Mutably borrows from an owned value. Read more