Struct libc::tms
#[repr(C)]
pub struct tms {
pub tms_utime: ::clock_t,
pub tms_stime: ::clock_t,
pub tms_cutime: ::clock_t,
pub tms_cstime: ::clock_t,
}Fields
pub tms_utime: ::clock_tpub tms_stime: ::clock_tpub tms_cutime: ::clock_tpub tms_cstime: ::clock_tTrait Implementations
impl Debug for tms
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for tms
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for tmsimpl StructuralPartialEq for tmsAuto Trait Implementations
impl RefUnwindSafe for tmsimpl UnwindSafe for tmsBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T