Struct lsio::system::Uname [] [src]

pub struct Uname {
    pub sys_name: String,
    pub node_name: String,
    pub release: String,
    pub version: String,
    pub machine: String,
}

Fields

Trait Implementations

impl Debug for Uname
[src]

Formats the value using the given formatter.