Struct openssl_sys::utmpx 
source · pub struct utmpx {
    pub ut_type: i16,
    pub ut_pid: i32,
    pub ut_line: [i8; 32],
    pub ut_id: [i8; 4],
    pub ut_user: [i8; 32],
    pub ut_host: [i8; 256],
    pub ut_exit: __exit_status,
    pub ut_session: i32,
    pub ut_tv: __timeval,
    pub ut_addr_v6: [i32; 4],
    /* private fields */
}Fields§
§ut_type: i16§ut_pid: i32§ut_line: [i8; 32]§ut_id: [i8; 4]§ut_user: [i8; 32]§ut_host: [i8; 256]§ut_exit: __exit_status§ut_session: i32§ut_tv: __timeval§ut_addr_v6: [i32; 4]Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for utmpx
impl Send for utmpx
impl Sync for utmpx
impl Unpin for utmpx
impl UnwindSafe for utmpx
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more