pub enum IsolationType {
Vbs,
Snp,
Tdx,
}Expand description
Types of isolation supported.
Variants§
Vbs
Virtualization-based Security (VBS)
Snp
Secure Nested Paging (SNP)
Tdx
Trusted Domain Extensions (TDX)
Trait Implementations§
Source§impl Clone for IsolationType
impl Clone for IsolationType
Source§fn clone(&self) -> IsolationType
fn clone(&self) -> IsolationType
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 IsolationType
impl Debug for IsolationType
Source§impl PartialEq for IsolationType
impl PartialEq for IsolationType
impl Copy for IsolationType
impl StructuralPartialEq for IsolationType
Auto Trait Implementations§
impl Freeze for IsolationType
impl RefUnwindSafe for IsolationType
impl Send for IsolationType
impl Sync for IsolationType
impl Unpin for IsolationType
impl UnwindSafe for IsolationType
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