Struct sigar_sys::sigar_thread_cpu_t
source · #[repr(C)]pub struct sigar_thread_cpu_t {
pub user: sigar_uint64_t,
pub sys: sigar_uint64_t,
pub total: sigar_uint64_t,
}Fields§
§user: sigar_uint64_t§sys: sigar_uint64_t§total: sigar_uint64_tTrait Implementations§
source§impl Clone for sigar_thread_cpu_t
impl Clone for sigar_thread_cpu_t
source§fn clone(&self) -> sigar_thread_cpu_t
fn clone(&self) -> sigar_thread_cpu_t
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 sigar_thread_cpu_t
impl Debug for sigar_thread_cpu_t
source§impl Default for sigar_thread_cpu_t
impl Default for sigar_thread_cpu_t
source§fn default() -> sigar_thread_cpu_t
fn default() -> sigar_thread_cpu_t
Returns the “default value” for a type. Read more