#[repr(C)]pub struct sg_user_stats {
pub login_name: *mut c_char,
pub record_id: *mut c_char,
pub record_id_size: usize,
pub device: *mut c_char,
pub hostname: *mut c_char,
pub pid: pid_t,
pub login_time: time_t,
pub systime: time_t,
}Fields§
§login_name: *mut c_char§record_id: *mut c_char§record_id_size: usize§device: *mut c_char§hostname: *mut c_char§pid: pid_t§login_time: time_t§systime: time_tTrait Implementations§
Source§impl Clone for sg_user_stats
impl Clone for sg_user_stats
Source§fn clone(&self) -> sg_user_stats
fn clone(&self) -> sg_user_stats
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for sg_user_stats
impl Debug for sg_user_stats
impl Copy for sg_user_stats
Auto Trait Implementations§
impl Freeze for sg_user_stats
impl RefUnwindSafe for sg_user_stats
impl !Send for sg_user_stats
impl !Sync for sg_user_stats
impl Unpin for sg_user_stats
impl UnwindSafe for sg_user_stats
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