Struct kvm_bindings::kvm_sev_cmd [−][src]
#[repr(C)]pub struct kvm_sev_cmd {
pub id: __u32,
pub data: __u64,
pub error: __u32,
pub sev_fd: __u32,
}Fields
id: __u32data: __u64error: __u32sev_fd: __u32Trait 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_sev_cmd
impl Send for kvm_sev_cmd
impl Sync for kvm_sev_cmd
impl Unpin for kvm_sev_cmd
impl UnwindSafe for kvm_sev_cmd
Blanket Implementations
Mutably borrows from an owned value. Read more