pub struct tms {
pub tms_utime: i32,
pub tms_stime: i32,
pub tms_cutime: i32,
pub tms_cstime: i32,
}Fields
tms_utime: i32tms_stime: i32tms_cutime: i32tms_cstime: i32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for tms
impl Send for tms
impl Sync for tms
impl Unpin for tms
impl UnwindSafe for tms
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more