Type Alias utsname_t

pub type utsname_t = new_utsname_t;
Available on crate feature dep_nc only.

Aliased Type§

struct utsname_t {
    pub sysname: [u8; 65],
    pub nodename: [u8; 65],
    pub release: [u8; 65],
    pub version: [u8; 65],
    pub machine: [u8; 65],
    pub domainname: [u8; 65],
}

Fields§

§sysname: [u8; 65]§nodename: [u8; 65]§release: [u8; 65]§version: [u8; 65]§machine: [u8; 65]§domainname: [u8; 65]

Trait Implementations

§

impl Clone for new_utsname_t

§

fn clone(&self) -> new_utsname_t

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for new_utsname_t

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl Default for new_utsname_t

§

fn default() -> new_utsname_t

Returns the “default value” for a type. Read more