Struct libc::rusage_info_v0
source · [−]#[repr(C)]pub struct rusage_info_v0 {
pub ri_uuid: [u8; 16],
pub ri_user_time: u64,
pub ri_system_time: u64,
pub ri_pkg_idle_wkups: u64,
pub ri_interrupt_wkups: u64,
pub ri_pageins: u64,
pub ri_wired_size: u64,
pub ri_resident_size: u64,
pub ri_phys_footprint: u64,
pub ri_proc_start_abstime: u64,
pub ri_proc_exit_abstime: u64,
}
Fields
ri_uuid: [u8; 16]
ri_user_time: u64
ri_system_time: u64
ri_pkg_idle_wkups: u64
ri_interrupt_wkups: u64
ri_pageins: u64
ri_wired_size: u64
ri_resident_size: u64
ri_phys_footprint: u64
ri_proc_start_abstime: u64
ri_proc_exit_abstime: u64
Trait Implementations
sourceimpl Clone for rusage_info_v0
impl Clone for rusage_info_v0
sourcefn clone(&self) -> rusage_info_v0
fn clone(&self) -> rusage_info_v0
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for rusage_info_v0
Auto Trait Implementations
impl RefUnwindSafe for rusage_info_v0
impl Send for rusage_info_v0
impl Sync for rusage_info_v0
impl Unpin for rusage_info_v0
impl UnwindSafe for rusage_info_v0
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