Struct nix::sys::utsname::UtsName
[−]
[src]
#[repr(C)]pub struct UtsName(_);
Methods
impl UtsName[src]
pub fn sysname(&self) -> &str[src]
pub fn nodename(&self) -> &str[src]
pub fn release(&self) -> &str[src]
pub fn version(&self) -> &str[src]
pub fn machine(&self) -> &str[src]
Trait Implementations
impl Clone for UtsName[src]
fn clone(&self) -> UtsName[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more