Struct winapi::um::winnt::MEMORY_BASIC_INFORMATION64 [−][src]
#[repr(C)]pub struct MEMORY_BASIC_INFORMATION64 {
pub BaseAddress: ULONGLONG,
pub AllocationBase: ULONGLONG,
pub AllocationProtect: DWORD,
pub __alignment1: DWORD,
pub RegionSize: ULONGLONG,
pub State: DWORD,
pub Protect: DWORD,
pub Type: DWORD,
pub __alignment2: DWORD,
}
Fields
BaseAddress: ULONGLONG
AllocationBase: ULONGLONG
AllocationProtect: DWORD
__alignment1: DWORD
RegionSize: ULONGLONG
State: DWORD
Protect: DWORD
Type: DWORD
__alignment2: DWORD
Trait Implementations
Returns the “default value” for a type. Read more