Enum tdx_guest::tdcall::TdxVirtualExceptionType
source · pub enum TdxVirtualExceptionType {
Hlt,
Io,
MsrRead,
MsrWrite,
CpuId,
VmCall,
Mwait,
Monitor,
EptViolation,
Wbinvd,
Rdpmc,
Other,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TdxVirtualExceptionType
impl RefUnwindSafe for TdxVirtualExceptionType
impl Send for TdxVirtualExceptionType
impl Sync for TdxVirtualExceptionType
impl Unpin for TdxVirtualExceptionType
impl UnwindSafe for TdxVirtualExceptionType
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