pub struct VmHostInfo {
pub vbs_supported: bool,
pub snp_status: bool,
pub tdx_status: bool,
}Expand description
Information about the VM host, retrieved via PowerShell on Windows.
Fields§
§vbs_supported: boolVBS support status
snp_status: boolSNP support status
tdx_status: boolTDX support status
Trait Implementations§
Source§impl Clone for VmHostInfo
impl Clone for VmHostInfo
Source§fn clone(&self) -> VmHostInfo
fn clone(&self) -> VmHostInfo
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 moreAuto Trait Implementations§
impl Freeze for VmHostInfo
impl RefUnwindSafe for VmHostInfo
impl Send for VmHostInfo
impl Sync for VmHostInfo
impl Unpin for VmHostInfo
impl UnwindSafe for VmHostInfo
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