Struct syscall::error::Error
[−]
[src]
pub struct Error {
pub errno: i32,
}Fields
errno: i32
Methods
impl Error[src]
fn new(errno: i32) -> Error
fn mux(result: Result<usize>) -> usize
fn demux(value: usize) -> Result<usize>
fn text(&self) -> &str
Trait Implementations
impl Eq for Error[src]
impl PartialEq for Error[src]
fn eq(&self, __arg_0: &Error) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Error) -> bool
This method tests for !=.