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

#[repr(C)]
pub struct WIN32_MEMORY_RANGE_ENTRY { pub VirtualAddress: PVOID, pub NumberOfBytes: SIZE_T, }

Fields

Trait Implementations

impl Debug for WIN32_MEMORY_RANGE_ENTRY
[src]

Formats the value using the given formatter.

impl Copy for WIN32_MEMORY_RANGE_ENTRY
[src]

impl Clone for WIN32_MEMORY_RANGE_ENTRY
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more