Enum sgx_types::sgx_rsa_result_t[][src]

#[repr(u32)]
pub enum sgx_rsa_result_t { SGX_RSA_VALID, SGX_RSA_INVALID_SIGNATURE, }

Variants

Methods

impl sgx_rsa_result_t
[src]

Trait Implementations

impl Copy for sgx_rsa_result_t
[src]

impl Clone for sgx_rsa_result_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sgx_rsa_result_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for sgx_rsa_result_t
[src]

impl Default for sgx_rsa_result_t
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations