Struct posix_errors::PosixError
source · [−]pub struct PosixError { /* private fields */ }
Expand description
Struct containing a posix error code and an error message
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PosixError
impl Send for PosixError
impl Sync for PosixError
impl Unpin for PosixError
impl UnwindSafe for PosixError
Blanket Implementations
Mutably borrows from an owned value. Read more