Struct sgx_tstd::thread::SgxThreadId [−][src]
pub struct SgxThreadId { /* fields omitted */ }A unique identifier for a running thread.
A ThreadId is an opaque object that has a unique value for each thread
that creates one. ThreadIds are not guaranteed to correspond to a thread's
system-designated identifier.
Methods
impl SgxThreadId[src]
impl SgxThreadIdTrait Implementations
impl Eq for SgxThreadId[src]
impl Eq for SgxThreadIdimpl PartialEq for SgxThreadId[src]
impl PartialEq for SgxThreadIdfn eq(&self, other: &SgxThreadId) -> bool[src]
fn eq(&self, other: &SgxThreadId) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &SgxThreadId) -> bool[src]
fn ne(&self, other: &SgxThreadId) -> boolThis method tests for !=.
impl Copy for SgxThreadId[src]
impl Copy for SgxThreadIdimpl Clone for SgxThreadId[src]
impl Clone for SgxThreadIdfn clone(&self) -> SgxThreadId[src]
fn clone(&self) -> SgxThreadIdReturns 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
Auto Trait Implementations
impl Send for SgxThreadId
impl Send for SgxThreadIdimpl Sync for SgxThreadId
impl Sync for SgxThreadId