Struct nix::libc::utsname[][src]

#[repr(C)]
pub struct utsname { pub sysname: [i8; 65], pub nodename: [i8; 65], pub release: [i8; 65], pub version: [i8; 65], pub machine: [i8; 65], pub domainname: [i8; 65], }

Fields

Trait Implementations

impl Copy for utsname
[src]

impl Clone for utsname
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for utsname

impl Sync for utsname