Struct z::traits::ThreadId [] [src]

pub struct ThreadId(pub usize);

Methods

impl ThreadId
[src]

Trait Implementations

impl Copy for ThreadId
[src]

impl Clone for ThreadId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ThreadId
[src]

Formats the value using the given formatter.

impl Eq for ThreadId
[src]

impl PartialEq for ThreadId
[src]

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

This method tests for !=.