Struct libc::utmpx [] [src]

#[repr(C)]
pub struct utmpx { pub ut_type: c_short, pub ut_pid: pid_t, pub ut_line: [c_char; 32], pub ut_id: [c_char; 4], pub ut_user: [c_char; 32], pub ut_host: [c_char; 256], pub ut_exit: __exit_status, pub ut_session: int32_t, pub ut_tv: __timeval, pub ut_addr_v6: [int32_t; 4], // some fields omitted }

Fields

Trait Implementations

impl Copy for utmpx
[src]

impl Clone for utmpx
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for utmpx

impl Sync for utmpx