#[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: u64pti_resident_size: u64pti_total_user: u64pti_total_system: u64pti_threads_user: u64pti_threads_system: u64pti_policy: i32pti_faults: i32pti_pageins: i32pti_cow_faults: i32pti_messages_sent: i32pti_messages_received: i32pti_syscalls_mach: i32pti_syscalls_unix: i32pti_csw: i32pti_threadnum: i32pti_numrunning: i32pti_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 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.