Struct winapi::winnt::MEMORY_BASIC_INFORMATION
[−]
[src]
pub struct MEMORY_BASIC_INFORMATION {
pub BaseAddress: PVOID,
pub AllocationBase: PVOID,
pub AllocationProtect: DWORD,
pub RegionSize: SIZE_T,
pub State: DWORD,
pub Protect: DWORD,
pub Type: DWORD,
}Fields
BaseAddress | |
AllocationBase | |
AllocationProtect | |
RegionSize | |
State | |
Protect | |
Type |
Trait Implementations
impl Copy for MEMORY_BASIC_INFORMATION[src]
impl Clone for MEMORY_BASIC_INFORMATION[src]
fn clone(&self) -> MEMORY_BASIC_INFORMATION
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