[][src]Struct posix_error_numbers::NegErrorCode

pub struct NegErrorCode(_);
This is supported on Unix only.

Trait Implementations

impl Binary for NegErrorCode[src]

impl Clone for NegErrorCode[src]

impl Copy for NegErrorCode[src]

impl Debug for NegErrorCode[src]

impl Display for NegErrorCode[src]

impl Eq for NegErrorCode[src]

impl LowerHex for NegErrorCode[src]

impl Neg for NegErrorCode[src]

type Output = ErrorCode

The resulting type after applying the - operator.

impl PartialEq<NegErrorCode> for NegErrorCode[src]

impl PartialEq<NegErrorCode> for u16[src]

impl PartialEq<NegErrorCode> for u32[src]

impl PartialEq<NegErrorCode> for u64[src]

impl PartialEq<NegErrorCode> for i16[src]

impl PartialEq<NegErrorCode> for i32[src]

impl PartialEq<NegErrorCode> for i64[src]

impl PartialEq<i16> for NegErrorCode[src]

impl PartialEq<i32> for NegErrorCode[src]

impl PartialEq<i64> for NegErrorCode[src]

impl PartialEq<u16> for NegErrorCode[src]

impl PartialEq<u32> for NegErrorCode[src]

impl PartialEq<u64> for NegErrorCode[src]

impl StructuralEq for NegErrorCode[src]

impl StructuralPartialEq for NegErrorCode[src]

impl UpperHex for NegErrorCode[src]

Auto Trait Implementations

impl Send for NegErrorCode

impl Sync for NegErrorCode

impl Unpin for NegErrorCode

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.