Struct sophia_sys::rusage_info_v1 [] [src]

#[repr(C)]
pub struct rusage_info_v1 { pub ri_uuid: [uint8_t; 16], pub ri_user_time: uint64_t, pub ri_system_time: uint64_t, pub ri_pkg_idle_wkups: uint64_t, pub ri_interrupt_wkups: uint64_t, pub ri_pageins: uint64_t, pub ri_wired_size: uint64_t, pub ri_resident_size: uint64_t, pub ri_phys_footprint: uint64_t, pub ri_proc_start_abstime: uint64_t, pub ri_proc_exit_abstime: uint64_t, pub ri_child_user_time: uint64_t, pub ri_child_system_time: uint64_t, pub ri_child_pkg_idle_wkups: uint64_t, pub ri_child_interrupt_wkups: uint64_t, pub ri_child_pageins: uint64_t, pub ri_child_elapsed_abstime: uint64_t, }

Fields

Trait Implementations

impl Copy for rusage_info_v1
[src]

impl Clone for rusage_info_v1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rusage_info_v1
[src]

Formats the value using the given formatter.

impl Default for rusage_info_v1
[src]

Returns the "default value" for a type. Read more