[−][src]Struct libc::proc_taskinfo
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
impl Clone for proc_taskinfo
[src][+]
impl Copy for proc_taskinfo
[src]
Auto Trait Implementations
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,