Struct uname::Info [] [src]

pub struct Info {
    pub sysname: String,
    pub nodename: String,
    pub release: String,
    pub version: String,
    pub machine: String,
    // some fields omitted
}

Fields

Methods

impl Info
[src]

Trait Implementations

impl Debug for Info
[src]

Formats the value using the given formatter.

impl From<utsname> for Info
[src]

Performs the conversion.