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§
source§impl Clone for rusage_info_v0
impl Clone for rusage_info_v0
source§fn clone(&self) -> rusage_info_v0
fn clone(&self) -> rusage_info_v0
Returns a copy 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_info_v0
impl Debug for rusage_info_v0
source§impl Hash for rusage_info_v0
impl Hash for rusage_info_v0
source§impl PartialEq<rusage_info_v0> for rusage_info_v0
impl PartialEq<rusage_info_v0> for rusage_info_v0
source§fn eq(&self, other: &rusage_info_v0) -> bool
fn eq(&self, other: &rusage_info_v0) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for rusage_info_v0
impl Eq for rusage_info_v0
impl StructuralEq for rusage_info_v0
impl StructuralPartialEq 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§
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