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_t
pub tms_stime: ::clock_t
pub tms_cutime: ::clock_t
pub tms_cstime: ::clock_t
Trait Implementations
impl Debug for tms
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for tms
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for tms
impl StructuralPartialEq for tms
Auto Trait Implementations
impl RefUnwindSafe for tms
impl UnwindSafe for tms
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T