Struct kvm_sys::x86::bindings::kvm_sev_init
source · #[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§
source§impl Clone for kvm_sev_init
impl Clone for kvm_sev_init
source§fn clone(&self) -> kvm_sev_init
fn clone(&self) -> kvm_sev_init
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_init
impl Debug for kvm_sev_init
source§impl Default for kvm_sev_init
impl Default for kvm_sev_init
source§fn default() -> kvm_sev_init
fn default() -> kvm_sev_init
Returns the “default value” for a type. Read more
impl Copy 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)