Enum sgx_types::types::QlCertKeyType
source · [−]#[repr(u32)]
pub enum QlCertKeyType {
PPIDClearText,
PPIDRsa2048Encrypted,
PPIDRsa3072Encrypted,
PCKClearText,
EcdsaSigAuxData,
QlCertKeyTypeMax,
}
Variants
PPIDClearText
PPIDRsa2048Encrypted
PPIDRsa3072Encrypted
PCKClearText
EcdsaSigAuxData
QlCertKeyTypeMax
Trait Implementations
sourceimpl Clone for QlCertKeyType
impl Clone for QlCertKeyType
sourcefn clone(&self) -> QlCertKeyType
fn clone(&self) -> QlCertKeyType
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 QlCertKeyType
impl Debug for QlCertKeyType
sourceimpl Default for QlCertKeyType
impl Default for QlCertKeyType
sourcefn default() -> QlCertKeyType
fn default() -> QlCertKeyType
Returns the “default value” for a type. Read more
sourceimpl From<QlCertKeyType> for u32
impl From<QlCertKeyType> for u32
sourcefn from(n: QlCertKeyType) -> u32
fn from(n: QlCertKeyType) -> u32
Converts to this type from the input type.
sourceimpl PartialEq<QlCertKeyType> for QlCertKeyType
impl PartialEq<QlCertKeyType> for QlCertKeyType
sourcefn eq(&self, other: &QlCertKeyType) -> bool
fn eq(&self, other: &QlCertKeyType) -> bool
sourceimpl TryFrom<u32> for QlCertKeyType
impl TryFrom<u32> for QlCertKeyType
impl ContiguousMemory for QlCertKeyType
impl Copy for QlCertKeyType
impl Eq for QlCertKeyType
impl StructuralEq for QlCertKeyType
impl StructuralPartialEq for QlCertKeyType
Auto Trait Implementations
impl RefUnwindSafe for QlCertKeyType
impl Send for QlCertKeyType
impl Sync for QlCertKeyType
impl Unpin for QlCertKeyType
impl UnwindSafe for QlCertKeyType
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