Type Alias libc::vm_statistics64_data_t

source ·
pub type vm_statistics64_data_t = vm_statistics64;

Aliased Type§

struct vm_statistics64_data_t {
Show 24 fields pub free_count: u32, pub active_count: u32, pub inactive_count: u32, pub wire_count: u32, pub zero_fill_count: u64, pub reactivations: u64, pub pageins: u64, pub pageouts: u64, pub faults: u64, pub cow_faults: u64, pub lookups: u64, pub hits: u64, pub purges: u64, pub purgeable_count: u32, pub speculative_count: u32, pub decompressions: u64, pub compressions: u64, pub swapins: u64, pub swapouts: u64, pub compressor_page_count: u32, pub throttled_count: u32, pub external_page_count: u32, pub internal_page_count: u32, pub total_uncompressed_pages_in_compressor: u64,
}

Fields§

§free_count: u32§active_count: u32§inactive_count: u32§wire_count: u32§zero_fill_count: u64§reactivations: u64§pageins: u64§pageouts: u64§faults: u64§cow_faults: u64§lookups: u64§hits: u64§purges: u64§purgeable_count: u32§speculative_count: u32§decompressions: u64§compressions: u64§swapins: u64§swapouts: u64§compressor_page_count: u32§throttled_count: u32§external_page_count: u32§internal_page_count: u32§total_uncompressed_pages_in_compressor: u64

Trait Implementations§

source§

impl Clone for vm_statistics64

source§

fn clone(&self) -> vm_statistics64

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_statistics64

source§

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

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

impl Hash for vm_statistics64

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_statistics64> for vm_statistics64

source§

fn eq(&self, other: &vm_statistics64) -> 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_statistics64

source§

impl Eq for vm_statistics64