Enum sgx_types::sgx_dh_session_role_t [−][src]
#[repr(u32)]pub enum sgx_dh_session_role_t { SGX_DH_SESSION_INITIATOR, SGX_DH_SESSION_RESPONDER, }
Variants
SGX_DH_SESSION_INITIATORSGX_DH_SESSION_RESPONDER
Methods
impl sgx_dh_session_role_t[src]
impl sgx_dh_session_role_tTrait Implementations
impl Copy for sgx_dh_session_role_t[src]
impl Copy for sgx_dh_session_role_timpl Clone for sgx_dh_session_role_t[src]
impl Clone for sgx_dh_session_role_tfn clone(&self) -> sgx_dh_session_role_t[src]
fn clone(&self) -> sgx_dh_session_role_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_dh_session_role_t[src]
impl PartialEq for sgx_dh_session_role_tfn eq(&self, other: &sgx_dh_session_role_t) -> bool[src]
fn eq(&self, other: &sgx_dh_session_role_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_dh_session_role_t[src]
impl Eq for sgx_dh_session_role_timpl Default for sgx_dh_session_role_t[src]
impl Default for sgx_dh_session_role_tfn default() -> sgx_dh_session_role_t[src]
fn default() -> sgx_dh_session_role_tReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for sgx_dh_session_role_t
impl Send for sgx_dh_session_role_timpl Sync for sgx_dh_session_role_t
impl Sync for sgx_dh_session_role_t