Enum sgx_types::types::QlCertKeyType
source · #[repr(u32)]pub enum QlCertKeyType {
PPIDClearText = 1,
PPIDRsa2048Encrypted = 2,
PPIDRsa3072Encrypted = 3,
PCKClearText = 4,
EcdsaSigAuxData = 6,
QlCertKeyTypeMax = 16,
}
Variants§
PPIDClearText = 1
PPIDRsa2048Encrypted = 2
PPIDRsa3072Encrypted = 3
PCKClearText = 4
EcdsaSigAuxData = 6
QlCertKeyTypeMax = 16
Trait Implementations§
source§impl Clone for QlCertKeyType
impl Clone for QlCertKeyType
source§fn clone(&self) -> QlCertKeyType
fn clone(&self) -> QlCertKeyType
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 QlCertKeyType
impl Debug for QlCertKeyType
source§impl Default for QlCertKeyType
impl Default for QlCertKeyType
source§fn default() -> QlCertKeyType
fn default() -> QlCertKeyType
Returns the “default value” for a type. Read more
source§impl From<QlCertKeyType> for u32
impl From<QlCertKeyType> for u32
source§fn from(n: QlCertKeyType) -> u32
fn from(n: QlCertKeyType) -> u32
Converts to this type from the input type.
source§impl PartialEq for QlCertKeyType
impl PartialEq for QlCertKeyType
source§fn eq(&self, other: &QlCertKeyType) -> bool
fn eq(&self, other: &QlCertKeyType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
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