Struct mach::vm_region::vm_page_info_basic [] [src]

#[repr(C)]
pub struct vm_page_info_basic { pub disposition: c_int, pub ref_count: c_int, pub object_id: vm_object_id_t, pub offset: memory_object_offset_t, pub depth: c_int, pub __pad: c_int, }

Fields

Methods

impl vm_page_info_basic
[src]

Trait Implementations

impl Copy for vm_page_info_basic
[src]

impl Clone for vm_page_info_basic
[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_page_info_basic
[src]

[src]

Formats the value using the given formatter.