[−][src]Struct posix_error_numbers::ErrorCode
This is supported on Unix only.
Implementations
impl ErrorCode[src]
pub fn new(n: NonZeroU16) -> ErrorCode[src]
This is supported on Unix only.
impl ErrorCode[src]
pub const E2BIG: ErrorCode[src]
This is supported on Unix only.
pub const EACCES: ErrorCode[src]
This is supported on Unix only.
pub const EADDRINUSE: ErrorCode[src]
This is supported on Unix only.
pub const EADDRNOTAVAIL: ErrorCode[src]
This is supported on Unix only.
pub const EAFNOSUPPORT: ErrorCode[src]
This is supported on Unix only.
pub const EAGAIN: ErrorCode[src]
This is supported on Unix only.
pub const EALREADY: ErrorCode[src]
This is supported on Unix only.
pub const EBADF: ErrorCode[src]
This is supported on Unix only.
pub const EBADMSG: ErrorCode[src]
This is supported on Unix only.
pub const EBUSY: ErrorCode[src]
This is supported on Unix only.
pub const ECANCELED: ErrorCode[src]
This is supported on Unix only.
pub const ECHILD: ErrorCode[src]
This is supported on Unix only.
pub const ECONNABORTED: ErrorCode[src]
This is supported on Unix only.
pub const ECONNREFUSED: ErrorCode[src]
This is supported on Unix only.
pub const ECONNRESET: ErrorCode[src]
This is supported on Unix only.
pub const EDEADLK: ErrorCode[src]
This is supported on Unix only.
pub const EDESTADDRREQ: ErrorCode[src]
This is supported on Unix only.
pub const EDOM: ErrorCode[src]
This is supported on Unix only.
pub const EDQUOT: ErrorCode[src]
This is supported on Unix only.
pub const EEXIST: ErrorCode[src]
This is supported on Unix only.
pub const EFAULT: ErrorCode[src]
This is supported on Unix only.
pub const EFBIG: ErrorCode[src]
This is supported on Unix only.
pub const EHOSTUNREACH: ErrorCode[src]
This is supported on Unix only.
pub const EIDRM: ErrorCode[src]
This is supported on Unix only.
pub const EILSEQ: ErrorCode[src]
This is supported on Unix only.
pub const EINPROGRESS: ErrorCode[src]
This is supported on Unix only.
pub const EINTR: ErrorCode[src]
This is supported on Unix only.
pub const EINVAL: ErrorCode[src]
This is supported on Unix only.
pub const EIO: ErrorCode[src]
This is supported on Unix only.
pub const EISCONN: ErrorCode[src]
This is supported on Unix only.
pub const EISDIR: ErrorCode[src]
This is supported on Unix only.
pub const ELOOP: ErrorCode[src]
This is supported on Unix only.
pub const EMFILE: ErrorCode[src]
This is supported on Unix only.
pub const EMLINK: ErrorCode[src]
This is supported on Unix only.
pub const EMSGSIZE: ErrorCode[src]
This is supported on Unix only.
pub const EMULTIHOP: ErrorCode[src]
This is supported on Unix only.
pub const ENAMETOOLONG: ErrorCode[src]
This is supported on Unix only.
pub const ENETDOWN: ErrorCode[src]
This is supported on Unix only.
pub const ENETRESET: ErrorCode[src]
This is supported on Unix only.
pub const ENETUNREACH: ErrorCode[src]
This is supported on Unix only.
pub const ENFILE: ErrorCode[src]
This is supported on Unix only.
pub const ENOBUFS: ErrorCode[src]
This is supported on Unix only.
pub const ENODEV: ErrorCode[src]
This is supported on Unix only.
pub const ENOENT: ErrorCode[src]
This is supported on Unix only.
pub const ENOEXEC: ErrorCode[src]
This is supported on Unix only.
pub const ENOLCK: ErrorCode[src]
This is supported on Unix only.
pub const ENOLINK: ErrorCode[src]
This is supported on Unix only.
pub const ENOMEM: ErrorCode[src]
This is supported on Unix only.
pub const ENOMSG: ErrorCode[src]
This is supported on Unix only.
pub const ENOPROTOOPT: ErrorCode[src]
This is supported on Unix only.
pub const ENOSPC: ErrorCode[src]
This is supported on Unix only.
pub const ENOSYS: ErrorCode[src]
This is supported on Unix only.
pub const ENOTCONN: ErrorCode[src]
This is supported on Unix only.
pub const ENOTDIR: ErrorCode[src]
This is supported on Unix only.
pub const ENOTEMPTY: ErrorCode[src]
This is supported on Unix only.
pub const ENOTRECOVERABLE: ErrorCode[src]
This is supported on Unix only.
pub const ENOTSOCK: ErrorCode[src]
This is supported on Unix only.
pub const ENOTSUP: ErrorCode[src]
This is supported on Unix only.
pub const ENOTTY: ErrorCode[src]
This is supported on Unix only.
pub const ENXIO: ErrorCode[src]
This is supported on Unix only.
pub const EOPNOTSUPP: ErrorCode[src]
This is supported on Unix only.
pub const EOVERFLOW: ErrorCode[src]
This is supported on Unix only.
pub const EOWNERDEAD: ErrorCode[src]
This is supported on Unix only.
pub const EPERM: ErrorCode[src]
This is supported on Unix only.
pub const EPIPE: ErrorCode[src]
This is supported on Unix only.
pub const EPROTO: ErrorCode[src]
This is supported on Unix only.
pub const EPROTONOSUPPORT: ErrorCode[src]
This is supported on Unix only.
pub const EPROTOTYPE: ErrorCode[src]
This is supported on Unix only.
pub const ERANGE: ErrorCode[src]
This is supported on Unix only.
pub const EROFS: ErrorCode[src]
This is supported on Unix only.
pub const ESPIPE: ErrorCode[src]
This is supported on Unix only.
pub const ESRCH: ErrorCode[src]
This is supported on Unix only.
pub const ESTALE: ErrorCode[src]
This is supported on Unix only.
pub const ETIMEDOUT: ErrorCode[src]
This is supported on Unix only.
pub const ETXTBSY: ErrorCode[src]
This is supported on Unix only.
pub const EWOULDBLOCK: ErrorCode[src]
This is supported on Unix only.
pub const EXDEV: ErrorCode[src]
This is supported on Unix only.
impl ErrorCode[src]
pub const ENODATA: ErrorCode[src]
This is supported on Unix and (Linux or macOS) only.
pub const ENOSR: ErrorCode[src]
This is supported on Unix and (Linux or macOS) only.
pub const ENOSTR: ErrorCode[src]
This is supported on Unix and (Linux or macOS) only.
pub const ETIME: ErrorCode[src]
This is supported on Unix and (Linux or macOS) only.
Trait Implementations
impl Binary for ErrorCode[src]
impl Clone for ErrorCode[src]
fn clone(&self) -> ErrorCode[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for ErrorCode[src]
impl Debug for ErrorCode[src]
impl Display for ErrorCode[src]
impl Eq for ErrorCode[src]
impl From<ErrorCode> for u16[src]
impl From<ErrorCode> for NonZeroU16[src]
fn from(err: ErrorCode) -> NonZeroU16[src]
impl From<ErrorCode> for u32[src]
impl From<ErrorCode> for NonZeroU32[src]
fn from(err: ErrorCode) -> NonZeroU32[src]
impl From<ErrorCode> for i32[src]
impl From<ErrorCode> for NonZeroI32[src]
fn from(err: ErrorCode) -> NonZeroI32[src]
impl From<ErrorCode> for u64[src]
impl From<ErrorCode> for NonZeroU64[src]
fn from(err: ErrorCode) -> NonZeroU64[src]
impl From<ErrorCode> for i64[src]
impl From<ErrorCode> for NonZeroI64[src]
fn from(err: ErrorCode) -> NonZeroI64[src]
impl LowerHex for ErrorCode[src]
impl Neg for ErrorCode[src]
type Output = NegErrorCode
The resulting type after applying the - operator.
fn neg(self) -> NegErrorCode[src]
impl PartialEq<ErrorCode> for ErrorCode[src]
impl PartialEq<ErrorCode> for i32[src]
impl PartialEq<ErrorCode> for i64[src]
impl PartialEq<ErrorCode> for u16[src]
impl PartialEq<ErrorCode> for u32[src]
impl PartialEq<ErrorCode> for u64[src]
impl PartialEq<ErrorCode> for usize[src]
impl PartialEq<ErrorCode> for i16[src]
impl PartialEq<ErrorCode> for isize[src]
impl PartialEq<i16> for ErrorCode[src]
impl PartialEq<i32> for ErrorCode[src]
impl PartialEq<i64> for ErrorCode[src]
impl PartialEq<isize> for ErrorCode[src]
impl PartialEq<u16> for ErrorCode[src]
impl PartialEq<u32> for ErrorCode[src]
impl PartialEq<u64> for ErrorCode[src]
impl PartialEq<usize> for ErrorCode[src]
impl StructuralEq for ErrorCode[src]
impl StructuralPartialEq for ErrorCode[src]
impl UpperHex for ErrorCode[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,