Enum sgx_types::sgx_exception_vector_t[][src]

#[repr(u32)]
pub enum sgx_exception_vector_t { SGX_EXCEPTION_VECTOR_DE, SGX_EXCEPTION_VECTOR_DB, SGX_EXCEPTION_VECTOR_BP, SGX_EXCEPTION_VECTOR_BR, SGX_EXCEPTION_VECTOR_UD, SGX_EXCEPTION_VECTOR_MF, SGX_EXCEPTION_VECTOR_AC, SGX_EXCEPTION_VECTOR_XM, }

Variants

Methods

impl sgx_exception_vector_t
[src]

Trait Implementations

impl Copy for sgx_exception_vector_t
[src]

impl Clone for sgx_exception_vector_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for sgx_exception_vector_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_exception_vector_t
[src]

impl Default for sgx_exception_vector_t
[src]

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

Auto Trait Implementations

impl Send for sgx_exception_vector_t

impl Sync for sgx_exception_vector_t