Struct system::error::Error
[−]
[src]
pub struct Error { errno: isize, }
Fields
errno |
pub struct Error { errno: isize, }
errno |
impl Error
fn new(errno: isize) -> Error
fn mux(result: Result) -> usize
fn demux(value: usize) -> Result
fn text(&self) -> &str
impl Debug for Error
impl Display for Error