Enum thread_priority::Error [] [src]

pub enum Error {
    Priority(&'static str),
    Pthread(i32),
    Ffi(&'static str),
}

A error type

Variants

A value which describes why it is impossible to use such a priority

Pthread error type

FFI failure

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more