Struct kvm_bindings::kvm_sev_launch_start
source · #[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
sourceimpl Clone for kvm_sev_launch_start
impl Clone for kvm_sev_launch_start
sourcefn clone(&self) -> kvm_sev_launch_start
fn clone(&self) -> kvm_sev_launch_start
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for kvm_sev_launch_start
impl Debug for kvm_sev_launch_start
sourceimpl Default for kvm_sev_launch_start
impl Default for kvm_sev_launch_start
sourcefn default() -> kvm_sev_launch_start
fn default() -> kvm_sev_launch_start
Returns the “default value” for a type. Read more
sourceimpl PartialEq<kvm_sev_launch_start> for kvm_sev_launch_start
impl PartialEq<kvm_sev_launch_start> for kvm_sev_launch_start
sourcefn eq(&self, other: &kvm_sev_launch_start) -> bool
fn eq(&self, other: &kvm_sev_launch_start) -> bool
impl Copy for kvm_sev_launch_start
impl StructuralPartialEq for kvm_sev_launch_start
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more