Struct kvm_bindings::kvm_pv_cmd [−][src]
#[repr(C)]pub struct kvm_pv_cmd {
pub cmd: __u32,
pub rc: __u16,
pub rrc: __u16,
pub data: __u64,
pub flags: __u32,
pub reserved: [__u32; 3],
}Fields
cmd: __u32rc: __u16rrc: __u16data: __u64flags: __u32reserved: [__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_pv_cmd
impl Send for kvm_pv_cmd
impl Sync for kvm_pv_cmd
impl Unpin for kvm_pv_cmd
impl UnwindSafe for kvm_pv_cmd
Blanket Implementations
Mutably borrows from an owned value. Read more