Struct mach::vm_region::vm_region_top_info [] [src]

pub struct vm_region_top_info {
    pub obj_id: c_uint,
    pub ref_count: c_uint,
    pub private_pages_resident: c_uint,
    pub shared_pages_resident: c_uint,
    pub share_mode: c_uchar,
}

Fields

Methods

impl vm_region_top_info
[src]

Trait Implementations

impl Copy for vm_region_top_info
[src]

impl Clone for vm_region_top_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for vm_region_top_info
[src]

Formats the value using the given formatter.