Enum sgx_types::sgx_device_status_t [−][src]
#[repr(u32)]pub enum sgx_device_status_t { SGX_ENABLED, SGX_DISABLED_REBOOT_REQUIRED, SGX_DISABLED_LEGACY_OS, SGX_DISABLED, SGX_DISABLED_SCI_AVAILABLE, SGX_DISABLED_MANUAL_ENABLE, SGX_DISABLED_HYPERV_ENABLED, SGX_DISABLED_UNSUPPORTED_CPU, }
Variants
SGX_ENABLEDSGX_DISABLED_REBOOT_REQUIREDSGX_DISABLED_LEGACY_OSSGX_DISABLEDSGX_DISABLED_SCI_AVAILABLESGX_DISABLED_MANUAL_ENABLESGX_DISABLED_HYPERV_ENABLEDSGX_DISABLED_UNSUPPORTED_CPU
                    Methods
impl sgx_device_status_t[src] 
                impl sgx_device_status_tTrait Implementations
impl Copy for sgx_device_status_t[src] 
impl Copy for sgx_device_status_timpl Clone for sgx_device_status_t[src] 
impl Clone for sgx_device_status_tfn clone(&self) -> sgx_device_status_t[src] 
fn clone(&self) -> sgx_device_status_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_device_status_t[src] 
impl PartialEq for sgx_device_status_tfn eq(&self, other: &sgx_device_status_t) -> bool[src] 
fn eq(&self, other: &sgx_device_status_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_device_status_t[src] 
impl Eq for sgx_device_status_timpl Default for sgx_device_status_t[src] 
impl Default for sgx_device_status_tfn default() -> sgx_device_status_t[src] 
fn default() -> sgx_device_status_tReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for sgx_device_status_t
impl Send for sgx_device_status_timpl Sync for sgx_device_status_t
impl Sync for sgx_device_status_t