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

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for vm_region_top_info
[src]

[src]

Formats the value using the given formatter.