Struct winapi::memoryapi::WIN32_MEMORY_RANGE_ENTRY [] [src]

pub struct WIN32_MEMORY_RANGE_ENTRY {
    pub VirtualAddress: PVOID,
    pub NumberOfBytes: SIZE_T,
}

Fields

VirtualAddress: PVOID NumberOfBytes: SIZE_T

Trait Implementations

impl Debug for WIN32_MEMORY_RANGE_ENTRY
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for WIN32_MEMORY_RANGE_ENTRY
[src]

impl Clone for WIN32_MEMORY_RANGE_ENTRY
[src]

fn clone(&self) -> WIN32_MEMORY_RANGE_ENTRY

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more