[−][src]Struct darwin_libproc::proc_taskinfo
Fields
pti_virtual_size: u64
virtual memory size (bytes)
pti_resident_size: u64
resident memory size (bytes)
pti_total_user: u64
total time
pti_total_system: u64
pti_threads_user: u64
existing threads only
pti_threads_system: u64
pti_policy: i32
default policy for new threads
pti_faults: i32
number of page faults
pti_pageins: i32
number of actual pageins
pti_cow_faults: i32
number of copy-on-write faults
pti_messages_sent: i32
number of messages sent
pti_messages_received: i32
number of messages received
pti_syscalls_mach: i32
number of mach system calls
pti_syscalls_unix: i32
number of unix system calls
pti_csw: i32
number of context switches
pti_threadnum: i32
number of threads in the task
pti_numrunning: i32
number of running threads
pti_priority: i32
task priority
Trait Implementations
impl Clone for proc_taskinfo
[src]
fn clone(&self) -> proc_taskinfo
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for proc_taskinfo
[src]
impl Debug for proc_taskinfo
[src]
Auto Trait Implementations
impl RefUnwindSafe for proc_taskinfo
impl Send for proc_taskinfo
impl Sync for proc_taskinfo
impl Unpin for proc_taskinfo
impl UnwindSafe for proc_taskinfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,