pub enum SevSnpPageType {
Normal,
Zero,
Unmeasured,
Secrets,
Cpuid,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SevSnpPageType
impl Clone for SevSnpPageType
Source§fn clone(&self) -> SevSnpPageType
fn clone(&self) -> SevSnpPageType
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 moreSource§impl Debug for SevSnpPageType
impl Debug for SevSnpPageType
Source§impl PartialEq for SevSnpPageType
impl PartialEq for SevSnpPageType
impl Copy for SevSnpPageType
impl Eq for SevSnpPageType
impl StructuralPartialEq for SevSnpPageType
Auto Trait Implementations§
impl Freeze for SevSnpPageType
impl RefUnwindSafe for SevSnpPageType
impl Send for SevSnpPageType
impl Sync for SevSnpPageType
impl Unpin for SevSnpPageType
impl UnsafeUnpin for SevSnpPageType
impl UnwindSafe for SevSnpPageType
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