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

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mach_vm_read_entry
[src]

Formats the value using the given formatter.