Struct libc_interface::utsname[][src]

#[repr(C)]
pub struct utsname { pub sysname: [c_char; 65], pub nodename: [c_char; 65], pub release: [c_char; 65], pub version: [c_char; 65], pub machine: [c_char; 65], pub domainname: [c_char; 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

impl PartialEq for utsname
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for utsname
[src]

Auto Trait Implementations

impl Send for utsname

impl Sync for utsname