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_HARDWARE
SGX_EXCEPTION_SOFTWARE
Methods
impl sgx_exception_type_t
[src]
impl sgx_exception_type_t
Trait Implementations
impl Copy for sgx_exception_type_t
[src]
impl Copy for sgx_exception_type_t
impl Clone for sgx_exception_type_t
[src]
impl Clone for sgx_exception_type_t
fn clone(&self) -> sgx_exception_type_t
[src]
fn clone(&self) -> sgx_exception_type_t
Returns 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_t
fn eq(&self, other: &sgx_exception_type_t) -> bool
[src]
fn eq(&self, other: &sgx_exception_type_t) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for sgx_exception_type_t
[src]
impl Eq for sgx_exception_type_t
impl Default for sgx_exception_type_t
[src]
impl Default for sgx_exception_type_t
fn default() -> sgx_exception_type_t
[src]
fn default() -> sgx_exception_type_t
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for sgx_exception_type_t
impl Send for sgx_exception_type_t
impl Sync for sgx_exception_type_t
impl Sync for sgx_exception_type_t