Struct nix::sys::utsname::UtsName
[−]
[src]
pub struct UtsName { /* fields omitted */ }
Methods
impl UtsName
[src]
fn sysname<'a>(&'a self) -> &'a str
fn nodename<'a>(&'a self) -> &'a str
fn release<'a>(&'a self) -> &'a str
fn version<'a>(&'a self) -> &'a str
fn machine<'a>(&'a self) -> &'a str
Trait Implementations
impl Copy for UtsName
[src]
impl Clone for UtsName
[src]
fn clone(&self) -> UtsName
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more