Struct kvm_sev_init
#[repr(C)]pub struct kvm_sev_init {
pub vmsa_features: u64,
pub flags: u32,
pub ghcb_version: u16,
pub pad1: u16,
pub pad2: [u32; 8],
}
Fields§
§vmsa_features: u64
§flags: u32
§ghcb_version: u16
§pad1: u16
§pad2: [u32; 8]
Trait Implementations§
§impl Clone for kvm_sev_init
impl Clone for kvm_sev_init
§fn clone(&self) -> kvm_sev_init
fn clone(&self) -> kvm_sev_init
Returns a duplicate 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 more§impl Debug for kvm_sev_init
impl Debug for kvm_sev_init
§impl Default for kvm_sev_init
impl Default for kvm_sev_init
§fn default() -> kvm_sev_init
fn default() -> kvm_sev_init
Returns the “default value” for a type. Read more
§impl PartialEq for kvm_sev_init
impl PartialEq for kvm_sev_init
impl Copy for kvm_sev_init
impl StructuralPartialEq for kvm_sev_init
Auto Trait Implementations§
impl Freeze for kvm_sev_init
impl RefUnwindSafe for kvm_sev_init
impl Send for kvm_sev_init
impl Sync for kvm_sev_init
impl Unpin for kvm_sev_init
impl UnwindSafe for kvm_sev_init
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