Struct kvm_bindings::kvm_sev_launch_start [−][src]
#[repr(C)]pub struct kvm_sev_launch_start {
pub handle: __u32,
pub policy: __u32,
pub dh_uaddr: __u64,
pub dh_len: __u32,
pub session_uaddr: __u64,
pub session_len: __u32,
}Fields
handle: __u32policy: __u32dh_uaddr: __u64dh_len: __u32session_uaddr: __u64session_len: __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_launch_start
impl Send for kvm_sev_launch_start
impl Sync for kvm_sev_launch_start
impl Unpin for kvm_sev_launch_start
impl UnwindSafe for kvm_sev_launch_start
Blanket Implementations
Mutably borrows from an owned value. Read more