pub struct utmp {
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: c_long,
pub ut_tv: timeval,
pub ut_addr_v6: [i32; 4],
/* private fields */
}Fields§
§ut_type: c_short§ut_pid: pid_t§ut_line: [c_char; 32]§ut_id: [c_char; 4]§ut_user: [c_char; 32]§ut_host: [c_char; 256]§ut_exit: exit_status§ut_session: c_long§ut_tv: timeval§ut_addr_v6: [i32; 4]Trait Implementations§
impl Copy for utmp
impl Eq for utmp
impl StructuralPartialEq for utmp
Auto Trait Implementations§
impl Freeze for utmp
impl RefUnwindSafe for utmp
impl Send for utmp
impl Sync for utmp
impl Unpin for utmp
impl UnsafeUnpin for utmp
impl UnwindSafe for utmp
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)