Enum sgx_types::sgx_rsa_result_t [−][src]
#[repr(u32)]pub enum sgx_rsa_result_t { SGX_RSA_VALID, SGX_RSA_INVALID_SIGNATURE, }
Variants
SGX_RSA_VALIDSGX_RSA_INVALID_SIGNATURE
                    Methods
impl sgx_rsa_result_t[src] 
                impl sgx_rsa_result_tTrait Implementations
impl Copy for sgx_rsa_result_t[src] 
impl Copy for sgx_rsa_result_timpl Clone for sgx_rsa_result_t[src] 
impl Clone for sgx_rsa_result_tfn clone(&self) -> sgx_rsa_result_t[src] 
fn clone(&self) -> sgx_rsa_result_tReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for sgx_rsa_result_t[src] 
impl PartialEq for sgx_rsa_result_tfn eq(&self, other: &sgx_rsa_result_t) -> bool[src] 
fn eq(&self, other: &sgx_rsa_result_t) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for sgx_rsa_result_t[src] 
impl Eq for sgx_rsa_result_timpl Default for sgx_rsa_result_t[src] 
impl Default for sgx_rsa_result_tfn default() -> sgx_rsa_result_t[src] 
fn default() -> sgx_rsa_result_tReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for sgx_rsa_result_t
impl Send for sgx_rsa_result_timpl Sync for sgx_rsa_result_t
impl Sync for sgx_rsa_result_t