#[repr(u32)]
pub enum sgx_qv_path_type_t {
SGX_QV_QVE_PATH,
SGX_QV_QPL_PATH,
}Variants§
Trait Implementations§
source§impl Clone for sgx_qv_path_type_t
impl Clone for sgx_qv_path_type_t
source§fn clone(&self) -> sgx_qv_path_type_t
fn clone(&self) -> sgx_qv_path_type_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for sgx_qv_path_type_t
impl Debug for sgx_qv_path_type_t
source§impl Hash for sgx_qv_path_type_t
impl Hash for sgx_qv_path_type_t
source§impl PartialEq<sgx_qv_path_type_t> for sgx_qv_path_type_t
impl PartialEq<sgx_qv_path_type_t> for sgx_qv_path_type_t
source§fn eq(&self, other: &sgx_qv_path_type_t) -> bool
fn eq(&self, other: &sgx_qv_path_type_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.