Struct mach::vm_region::mach_vm_read_entry [] [src]

#[repr(C)]
pub struct mach_vm_read_entry { pub address: mach_vm_address_t, pub size: mach_vm_size_t, }

Fields

Trait Implementations

impl Copy for mach_vm_read_entry
[src]

impl Clone for mach_vm_read_entry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for mach_vm_read_entry
[src]

[src]

Formats the value using the given formatter.