Enum librsnek::system::ThreadModel [] [src]

pub enum ThreadModel {
    OsThreads,
    GreenThreads,
}

Optimistic definitions pf supported threading models

Variants

Trait Implementations

impl Debug for ThreadModel
[src]

Formats the value using the given formatter.

impl Clone for ThreadModel
[src]

Returns a copy of the value.

Performs copy-assignment from source.

impl Hash for ThreadModel
[src]

Feeds this value into the given [Hasher].

Feeds a slice of this type into the given [Hasher].

impl Eq for ThreadModel
[src]

impl PartialEq for ThreadModel
[src]

This method tests for self and other values to be equal, and is used

This method tests for !=.