Struct kvm_bindings::kvm_enable_cap [−][src]
#[repr(C)]pub struct kvm_enable_cap {
pub cap: __u32,
pub flags: __u32,
pub args: [__u64; 4],
pub pad: [__u8; 64],
}Fields
cap: __u32flags: __u32args: [__u64; 4]pad: [__u8; 64]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_enable_cap
impl Send for kvm_enable_cap
impl Sync for kvm_enable_cap
impl Unpin for kvm_enable_cap
impl UnwindSafe for kvm_enable_cap
Blanket Implementations
Mutably borrows from an owned value. Read more