Struct mach::vm_region::vm_region_extended_info [] [src]

pub struct vm_region_extended_info {
    pub protection: vm_prot_t,
    pub user_tag: c_uint,
    pub pages_resident: c_uint,
    pub pages_shared_now_private: c_uint,
    pub pages_swapped_out: c_uint,
    pub pages_dirtied: c_uint,
    pub ref_count: c_uint,
    pub shadow_depth: c_ushort,
    pub external_pager: c_uchar,
    pub share_mode: c_uchar,
}

Fields

Methods

impl vm_region_extended_info
[src]

Trait Implementations

impl Copy for vm_region_extended_info
[src]

impl Clone for vm_region_extended_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for vm_region_extended_info
[src]

Formats the value using the given formatter.