[][src]Enum sgx_types::sgx_quote_sign_type_t

#[repr(u32)]
pub enum sgx_quote_sign_type_t { SGX_UNLINKABLE_SIGNATURE, SGX_LINKABLE_SIGNATURE, }

Variants

SGX_UNLINKABLE_SIGNATURESGX_LINKABLE_SIGNATURE

Methods

impl sgx_quote_sign_type_t
[src]

pub fn from_repr(v: u32) -> Option<Self>
[src]

pub fn from_key(self) -> u32
[src]

Trait Implementations

impl Copy for sgx_quote_sign_type_t
[src]

impl Clone for sgx_quote_sign_type_t
[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<sgx_quote_sign_type_t> for sgx_quote_sign_type_t
[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Eq for sgx_quote_sign_type_t
[src]

impl Default for sgx_quote_sign_type_t
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]