Enum thread_priority::Error
[−]
[src]
pub enum Error { Priority(&'static str), Pthread(i32), Ffi(&'static str), }
A error type
Variants
Priority(&'static str)
A value which describes why it is impossible to use such a priority
Pthread(i32)
Pthread error type
Ffi(&'static str)
FFI failure
Trait Implementations
impl Debug for Error
[src]
impl Copy for Error
[src]
impl Clone for Error
[src]
fn clone(&self) -> Error
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more