Type Alias libc::vm_statistics_data_t

source ·
pub type vm_statistics_data_t = vm_statistics;

Aliased Type§

struct vm_statistics_data_t {
Show 15 fields pub free_count: u32, pub active_count: u32, pub inactive_count: u32, pub wire_count: u32, pub zero_fill_count: u32, pub reactivations: u32, pub pageins: u32, pub pageouts: u32, pub faults: u32, pub cow_faults: u32, pub lookups: u32, pub hits: u32, pub purgeable_count: u32, pub purges: u32, pub speculative_count: u32,
}

Fields§

§free_count: u32§active_count: u32§inactive_count: u32§wire_count: u32§zero_fill_count: u32§reactivations: u32§pageins: u32§pageouts: u32§faults: u32§cow_faults: u32§lookups: u32§hits: u32§purgeable_count: u32§purges: u32§speculative_count: u32

Trait Implementations§

source§

impl Clone for vm_statistics

source§

fn clone(&self) -> vm_statistics

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for vm_statistics

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Hash for vm_statistics

source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl PartialEq<vm_statistics> for vm_statistics

source§

fn eq(&self, other: &vm_statistics) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl Copy for vm_statistics

source§

impl Eq for vm_statistics

source§

impl StructuralEq for vm_statistics

source§

impl StructuralPartialEq for vm_statistics