Enum sgx_types::types::PckCertFlag
source · [−]#[repr(u32)]
pub enum PckCertFlag {
False,
True,
Undefined,
}
Variants
False
True
Undefined
Trait Implementations
sourceimpl Clone for PckCertFlag
impl Clone for PckCertFlag
sourcefn clone(&self) -> PckCertFlag
fn clone(&self) -> PckCertFlag
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PckCertFlag
impl Debug for PckCertFlag
sourceimpl Default for PckCertFlag
impl Default for PckCertFlag
sourcefn default() -> PckCertFlag
fn default() -> PckCertFlag
Returns the “default value” for a type. Read more
sourceimpl From<PckCertFlag> for u32
impl From<PckCertFlag> for u32
sourcefn from(n: PckCertFlag) -> u32
fn from(n: PckCertFlag) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<PckCertFlag> for PckCertFlag
impl PartialEq<PckCertFlag> for PckCertFlag
sourcefn eq(&self, other: &PckCertFlag) -> bool
fn eq(&self, other: &PckCertFlag) -> bool
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more