Struct libc::utsname
#[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
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]
Trait Implementations
impl Debug for utsname
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Hash for utsname
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)
Auto Trait Implementations
impl RefUnwindSafe for utsname
impl UnwindSafe for utsname
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T