Struct mach::vm_region::vm_region_submap_short_info_64 [] [src]

#[repr(C)]
pub struct vm_region_submap_short_info_64 { pub protection: vm_prot_t, pub max_protection: vm_prot_t, pub inheritance: vm_inherit_t, pub offset: memory_object_offset_t, pub user_tag: c_uint, pub ref_count: c_uint, pub shadow_depth: c_ushort, pub external_pager: c_uchar, pub share_mode: c_uchar, pub is_submap: boolean_t, pub behavior: vm_behavior_t, pub object_id: vm32_object_id_t, pub user_wired_count: c_ushort, }

Fields

Methods

impl vm_region_submap_short_info_64
[src]

Trait Implementations

impl Copy for vm_region_submap_short_info_64
[src]

impl Clone for vm_region_submap_short_info_64
[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_submap_short_info_64
[src]

[src]

Formats the value using the given formatter.