Struct nix::sys::utsname::UtsName
[−]
[src]
pub struct UtsName { // some fields omitted }
pub struct UtsName { // some fields omitted }
impl UtsName
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
impl Clone for UtsName
fn clone(&self) -> UtsName
fn clone_from(&mut self, source: &Self)
impl Copy for UtsName
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)