Struct winapi::memoryapi::WIN32_MEMORY_RANGE_ENTRY
[−]
[src]
pub struct WIN32_MEMORY_RANGE_ENTRY { pub VirtualAddress: PVOID, pub NumberOfBytes: SIZE_T, }
Fields
VirtualAddress | |
NumberOfBytes |
Trait Implementations
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