Module nix::errno
[−]
[src]
Re-exports
pub use self::consts::Errno::*; |
Enums
Errno |
Constants
EDEADLOCK | |
EL2NSYNC | |
ELAST | |
EWOULDBLOCK |
Traits
ErrnoSentinel |
The sentinel value indicates that a function failed and more detailed
information about the error can be found in |
Functions
errno |
Returns the platform-specific value of errno |
from_i32 |