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]

Generate a new unique thread ID.

Trait Implementations

impl Eq for SgxThreadId
[src]

impl PartialEq for SgxThreadId
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for SgxThreadId
[src]

impl Clone for SgxThreadId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SgxThreadId

impl Sync for SgxThreadId