Type Alias new_utsname

Source
pub type new_utsname = linux_new_utsname;

Aliased Type§

struct new_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§

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

Trait Implementations

Source§

impl Clone for linux_new_utsname

Source§

fn clone(&self) -> linux_new_utsname

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
Source§

impl Debug for linux_new_utsname

Source§

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

Formats the value using the given formatter. Read more
Source§

impl PartialEq for linux_new_utsname

Source§

fn eq(&self, other: &linux_new_utsname) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for linux_new_utsname

Source§

impl Eq for linux_new_utsname

Source§

impl Pod for linux_new_utsname

Source§

impl StructuralPartialEq for linux_new_utsname