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. ThreadId
s are not guaranteed to correspond to a thread's
system-designated identifier.
Methods
impl SgxThreadId
[src]
impl SgxThreadId
Trait Implementations
impl Eq for SgxThreadId
[src]
impl Eq for SgxThreadId
impl PartialEq for SgxThreadId
[src]
impl PartialEq for SgxThreadId
fn eq(&self, other: &SgxThreadId) -> bool
[src]
fn eq(&self, other: &SgxThreadId) -> bool
This 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) -> bool
This method tests for !=
.
impl Copy for SgxThreadId
[src]
impl Copy for SgxThreadId
impl Clone for SgxThreadId
[src]
impl Clone for SgxThreadId
fn clone(&self) -> SgxThreadId
[src]
fn clone(&self) -> SgxThreadId
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
Auto Trait Implementations
impl Send for SgxThreadId
impl Send for SgxThreadId
impl Sync for SgxThreadId
impl Sync for SgxThreadId