Enum sgx_types::sgx_exception_type_t [−][src]
#[repr(u32)]pub enum sgx_exception_type_t { SGX_EXCEPTION_HARDWARE, SGX_EXCEPTION_SOFTWARE, }
Variants
SGX_EXCEPTION_HARDWARESGX_EXCEPTION_SOFTWARE
                    Methods
impl sgx_exception_type_t[src] 
                impl sgx_exception_type_tTrait Implementations
impl Copy for sgx_exception_type_t[src] 
impl Copy for sgx_exception_type_timpl Clone for sgx_exception_type_t[src] 
impl Clone for sgx_exception_type_tfn clone(&self) -> sgx_exception_type_t[src] 
fn clone(&self) -> sgx_exception_type_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_exception_type_t[src] 
impl PartialEq for sgx_exception_type_tfn eq(&self, other: &sgx_exception_type_t) -> bool[src] 
fn eq(&self, other: &sgx_exception_type_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_exception_type_t[src] 
impl Eq for sgx_exception_type_timpl Default for sgx_exception_type_t[src] 
impl Default for sgx_exception_type_tfn default() -> sgx_exception_type_t[src] 
fn default() -> sgx_exception_type_tReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for sgx_exception_type_t
impl Send for sgx_exception_type_timpl Sync for sgx_exception_type_t
impl Sync for sgx_exception_type_t