Struct winapi::um::winnt::MEMORY_BASIC_INFORMATION [−][src]
#[repr(C)]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: PVOIDAllocationBase: PVOIDAllocationProtect: DWORDRegionSize: SIZE_TState: DWORDProtect: DWORDType: DWORDTrait Implementations
Returns the “default value” for a type. Read more