#[repr(C)]pub struct rusage_ext {
pub rux_runtime: u64,
pub rux_uticks: u64,
pub rux_sticks: u64,
pub rux_iticks: u64,
pub rux_uu: u64,
pub rux_su: u64,
pub rux_tu: u64,
}Fields§
§rux_runtime: u64§rux_uticks: u64§rux_sticks: u64§rux_iticks: u64§rux_uu: u64§rux_su: u64§rux_tu: u64Trait Implementations§
Source§impl Clone for rusage_ext
impl Clone for rusage_ext
Source§fn clone(&self) -> rusage_ext
fn clone(&self) -> rusage_ext
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 rusage_ext
impl Debug for rusage_ext
impl Copy for rusage_ext
Auto Trait Implementations§
impl Freeze for rusage_ext
impl RefUnwindSafe for rusage_ext
impl Send for rusage_ext
impl Sync for rusage_ext
impl Unpin for rusage_ext
impl UnwindSafe for rusage_ext
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