Enum syntex_syntax::abi::Os [] [src]

pub enum Os {
    Windows,
    Macos,
    Linux,
    Android,
    Freebsd,
    iOS,
    Dragonfly,
    Bitrig,
    Netbsd,
    Openbsd,
    NaCl,
    Haiku,
    Solaris,
}

Variants

Trait Implementations

impl Copy for Os
[src]

impl Clone for Os
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Os
[src]

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

This method tests for !=.

impl Eq for Os
[src]

impl Debug for Os
[src]

Formats the value using the given formatter.

impl Display for Os
[src]

Formats the value using the given formatter.