Enum sgx_types::sgx_generic_ecresult_t[][src]

#[repr(u32)]
pub enum sgx_generic_ecresult_t { SGX_EC_VALID, SGX_EC_COMPOSITE_BASE, SGX_EC_COMPLICATED_BASE, SGX_EC_IS_ZERO_DISCRIMINANT, SGX_EC_COMPOSITE_ORDER, SGX_EC_INVALID_ORDER, SGX_EC_IS_WEAK_MOV, SGX_EC_IS_WEAK_SSA, SGX_EC_IS_SUPER_SINGULAR, SGX_EC_INVALID_PRIVATE_KEY, SGX_EC_INVALID_PUBLIC_KEY, SGX_EC_INVALID_KEY_PAIR, SGX_EC_POINT_OUT_OF_GROUP, SGX_EC_POINT_IS_AT_INFINITY, SGX_EC_POINT_IS_NOT_VALID, SGX_EC_POINT_IS_EQUAL, SGX_EC_POINT_IS_NOT_EQUAL, SGX_EC_INVALID_SIGNATURE, }

Variants

Methods

impl sgx_generic_ecresult_t
[src]

Trait Implementations

impl Copy for sgx_generic_ecresult_t
[src]

impl Clone for sgx_generic_ecresult_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sgx_generic_ecresult_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_generic_ecresult_t
[src]

impl Default for sgx_generic_ecresult_t
[src]

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

Auto Trait Implementations

impl Send for sgx_generic_ecresult_t

impl Sync for sgx_generic_ecresult_t