Struct sdl2::libc::utsname []

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

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

Trait Implementations

impl Copy for utsname

impl Clone for utsname

fn clone(&self) -> utsname

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more