Struct libc::proc_taskinfo

source ·
#[repr(C)]
pub struct proc_taskinfo {
Show 18 fields pub pti_virtual_size: u64, pub pti_resident_size: u64, pub pti_total_user: u64, pub pti_total_system: u64, pub pti_threads_user: u64, pub pti_threads_system: u64, pub pti_policy: i32, pub pti_faults: i32, pub pti_pageins: i32, pub pti_cow_faults: i32, pub pti_messages_sent: i32, pub pti_messages_received: i32, pub pti_syscalls_mach: i32, pub pti_syscalls_unix: i32, pub pti_csw: i32, pub pti_threadnum: i32, pub pti_numrunning: i32, pub pti_priority: i32,
}

Fields§

§pti_virtual_size: u64§pti_resident_size: u64§pti_total_user: u64§pti_total_system: u64§pti_threads_user: u64§pti_threads_system: u64§pti_policy: i32§pti_faults: i32§pti_pageins: i32§pti_cow_faults: i32§pti_messages_sent: i32§pti_messages_received: i32§pti_syscalls_mach: i32§pti_syscalls_unix: i32§pti_csw: i32§pti_threadnum: i32§pti_numrunning: i32§pti_priority: i32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.