Enum errno_codes::Unix[][src]

pub enum Unix {
    Linux(LinuxArch),
    // some variants omitted
}

Unix and Unix-like OSes.

Variants

Methods

impl Unix
[src]

Return all known Unix and Unix-like OSes.

Trait Implementations

impl Clone for Unix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Unix
[src]

impl Debug for Unix
[src]

Formats the value using the given formatter. Read more

impl Eq for Unix
[src]

impl Hash for Unix
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for Unix
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialEq for Unix
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl PartialOrd for Unix
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Display for Unix
[src]

Formats the value using the given formatter. Read more

impl GetMappings for Unix
[src]

Get identifier string <-> ErrnoCode mapping for this type.

Get numeric constant <-> ErrnoCode mapping for this type.

Auto Trait Implementations

impl Send for Unix

impl Sync for Unix