Struct os_type::OSInformation[][src]

pub struct OSInformation {
    pub os_type: OSType,
    pub version: String,
}

Holds information about Operating System type and its version If the version could not be fetched it defaults to 0.0.0

Fields

Trait Implementations

impl Debug for OSInformation
[src]

Formats the value using the given formatter. Read more

impl Clone for OSInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for OSInformation
[src]

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

This method tests for !=.

Auto Trait Implementations