Struct libc::utmpx
[−]
[src]
#[repr(C)]pub struct utmpx { pub ut_type: c_short, pub ut_tv: timeval, pub ut_id: [c_char; 8], pub ut_pid: pid_t, pub ut_user: [c_char; 32], pub ut_line: [c_char; 16], pub ut_host: [c_char; 128], pub __ut_spare: [c_char; 64], }
Fields
ut_type: c_short
ut_tv: timeval
ut_id: [c_char; 8]
ut_pid: pid_t
ut_user: [c_char; 32]
ut_line: [c_char; 16]
ut_host: [c_char; 128]
__ut_spare: [c_char; 64]
Trait Implementations
impl Copy for utmpx[src]
impl Clone for utmpx[src]
fn clone(&self) -> utmpx
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