Struct kvm_sys::x86::bindings::kvm_sev_snp_launch_finish
source · #[repr(C)]pub struct kvm_sev_snp_launch_finish {
pub id_block_uaddr: u64,
pub id_auth_uaddr: u64,
pub id_block_en: u8,
pub auth_key_en: u8,
pub vcek_disabled: u8,
pub host_data: [u8; 32],
pub pad0: [u8; 3],
pub flags: u16,
pub pad1: [u64; 4],
}
Fields§
§id_block_uaddr: u64
§id_auth_uaddr: u64
§id_block_en: u8
§auth_key_en: u8
§vcek_disabled: u8
§host_data: [u8; 32]
§pad0: [u8; 3]
§flags: u16
§pad1: [u64; 4]
Trait Implementations§
source§impl Clone for kvm_sev_snp_launch_finish
impl Clone for kvm_sev_snp_launch_finish
source§fn clone(&self) -> kvm_sev_snp_launch_finish
fn clone(&self) -> kvm_sev_snp_launch_finish
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for kvm_sev_snp_launch_finish
impl Debug for kvm_sev_snp_launch_finish
source§impl Default for kvm_sev_snp_launch_finish
impl Default for kvm_sev_snp_launch_finish
source§fn default() -> kvm_sev_snp_launch_finish
fn default() -> kvm_sev_snp_launch_finish
Returns the “default value” for a type. Read more
impl Copy for kvm_sev_snp_launch_finish
Auto Trait Implementations§
impl RefUnwindSafe for kvm_sev_snp_launch_finish
impl Send for kvm_sev_snp_launch_finish
impl Sync for kvm_sev_snp_launch_finish
impl Unpin for kvm_sev_snp_launch_finish
impl UnwindSafe for kvm_sev_snp_launch_finish
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more