#[repr(transparent)]pub struct TdxExtendedExitQualificationType(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Clone for TdxExtendedExitQualificationType
 
impl Clone for TdxExtendedExitQualificationType
Source§fn clone(&self) -> TdxExtendedExitQualificationType
 
fn clone(&self) -> TdxExtendedExitQualificationType
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 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