Struct libc::utmp
[−]
[src]
#[repr(C)]pub struct utmp { pub ut_line: [c_char; 8], pub ut_name: [c_char; 32], pub ut_host: [c_char; 256], pub ut_time: time_t, }
Fields
ut_line: [c_char; 8]
ut_name: [c_char; 32]
ut_host: [c_char; 256]
ut_time: time_t
Trait Implementations
impl Copy for utmp
[src]
impl Clone for utmp
[src]
fn clone(&self) -> utmp
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