Struct thread_local::thread_id::ThreadId[][src]

struct ThreadId(usize);

Methods

impl ThreadId
[src]

Trait Implementations

impl Drop for ThreadId
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for ThreadId

impl Sync for ThreadId