Struct winapi::um::winnt::MEMORY_BASIC_INFORMATION32 [−][src]
#[repr(C)]pub struct MEMORY_BASIC_INFORMATION32 {
pub BaseAddress: DWORD,
pub AllocationBase: DWORD,
pub AllocationProtect: DWORD,
pub RegionSize: DWORD,
pub State: DWORD,
pub Protect: DWORD,
pub Type: DWORD,
}Fields
BaseAddress: DWORDAllocationBase: DWORDAllocationProtect: DWORDRegionSize: DWORDState: DWORDProtect: DWORDType: DWORDTrait Implementations
Returns the “default value” for a type. Read more