Enum cpp_to_rust_common::target::OS [] [src]

pub enum OS {
    Windows,
    MacOS,
    IOS,
    Linux,
    Android,
    FreeBSD,
    DragonFly,
    Bitrig,
    OpenBSD,
    NetBSD,
}

Operating system, as reported by target_os.

Variants

Trait Implementations

impl Debug for OS
[src]

Formats the value using the given formatter.

impl Clone for OS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OS
[src]

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]