Enum minidump::system_info::OS [] [src]

pub enum OS {
    Windows,
    MacOSX,
    Ios,
    Linux,
    Solaris,
    Android,
    Ps3,
    NaCl,
    Unknown(u32),
}

Known operating systems.

Variants

Methods

impl OS
[src]

[src]

Get a human-readable friendly name for an OS.

Trait Implementations

impl Copy for OS
[src]

impl Clone for OS
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OS
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for OS
[src]

[src]

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

[src]

This method tests for !=.

impl EnumFromPrimitive for OS
[src]

[src]

Given a primitive value u, produce an enum value.

impl Display for OS
[src]

[src]

Formats the value using the given formatter. Read more