Enum sgx_types::types::PckCertFlag
source · #[repr(u32)]pub enum PckCertFlag {
False = 0,
True = 1,
Undefined = 2,
}
Variants§
Trait Implementations§
source§impl Clone for PckCertFlag
impl Clone for PckCertFlag
source§fn clone(&self) -> PckCertFlag
fn clone(&self) -> PckCertFlag
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 Debug for PckCertFlag
impl Debug for PckCertFlag
source§impl Default for PckCertFlag
impl Default for PckCertFlag
source§fn default() -> PckCertFlag
fn default() -> PckCertFlag
Returns the “default value” for a type. Read more
source§impl From<PckCertFlag> for u32
impl From<PckCertFlag> for u32
source§fn from(n: PckCertFlag) -> u32
fn from(n: PckCertFlag) -> u32
Converts to this type from the input type.
source§impl PartialEq for PckCertFlag
impl PartialEq for PckCertFlag
source§fn eq(&self, other: &PckCertFlag) -> bool
fn eq(&self, other: &PckCertFlag) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<u32> for PckCertFlag
impl TryFrom<u32> for PckCertFlag
impl ContiguousMemory for PckCertFlag
impl Copy for PckCertFlag
impl Eq for PckCertFlag
impl StructuralEq for PckCertFlag
impl StructuralPartialEq for PckCertFlag
Auto Trait Implementations§
impl RefUnwindSafe for PckCertFlag
impl Send for PckCertFlag
impl Sync for PckCertFlag
impl Unpin for PckCertFlag
impl UnwindSafe for PckCertFlag
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