extern struct vm_region_basic_info_64 [src]
Alias for std.c.darwin.vm_region_basic_info_64
Fields
protection: vm_prot_t
max_protection: vm_prot_t
inheritance: vm_inherit_t
shared: boolean_t
reserved: boolean_t
offset: memory_object_offset_t
behavior: vm_behavior_t
user_wired_count: u16
Source
pub const vm_region_basic_info_64 = extern struct {
protection: vm_prot_t,
max_protection: vm_prot_t,
inheritance: vm_inherit_t,
shared: boolean_t,
reserved: boolean_t,
offset: memory_object_offset_t,
behavior: vm_behavior_t,
user_wired_count: u16,
}