Struct x86defs::tdx::TdxExtendedExitQualificationType
source · #[repr(transparent)]pub struct TdxExtendedExitQualificationType(pub u8);
Tuple Fields§
§0: u8
Implementations§
source§impl TdxExtendedExitQualificationType
impl TdxExtendedExitQualificationType
pub const NONE: TdxExtendedExitQualificationType = _
pub const PENDING_EPT_VIOLATION: TdxExtendedExitQualificationType = _
Trait Implementations§
source§impl Clone for TdxExtendedExitQualificationType
impl Clone for TdxExtendedExitQualificationType
source§fn clone(&self) -> TdxExtendedExitQualificationType
fn clone(&self) -> TdxExtendedExitQualificationType
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 Ord for TdxExtendedExitQualificationType
impl Ord for TdxExtendedExitQualificationType
source§fn cmp(&self, other: &TdxExtendedExitQualificationType) -> Ordering
fn cmp(&self, other: &TdxExtendedExitQualificationType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TdxExtendedExitQualificationType
impl PartialEq for TdxExtendedExitQualificationType
source§fn eq(&self, other: &TdxExtendedExitQualificationType) -> bool
fn eq(&self, other: &TdxExtendedExitQualificationType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.source§impl PartialOrd for TdxExtendedExitQualificationType
impl PartialOrd for TdxExtendedExitQualificationType
impl Copy for TdxExtendedExitQualificationType
impl Eq for TdxExtendedExitQualificationType
impl StructuralPartialEq for TdxExtendedExitQualificationType
Auto Trait Implementations§
impl Freeze for TdxExtendedExitQualificationType
impl RefUnwindSafe for TdxExtendedExitQualificationType
impl Send for TdxExtendedExitQualificationType
impl Sync for TdxExtendedExitQualificationType
impl Unpin for TdxExtendedExitQualificationType
impl UnwindSafe for TdxExtendedExitQualificationType
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)