Struct winapi::winnt::MEMORY_BASIC_INFORMATION32 [] [src]

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
AllocationBase
AllocationProtect
RegionSize
State
Protect
Type

Trait Implementations

impl Copy for MEMORY_BASIC_INFORMATION32
[src]

impl Clone for MEMORY_BASIC_INFORMATION32
[src]

fn clone(&self) -> MEMORY_BASIC_INFORMATION32

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

Derived Implementations

impl Debug for MEMORY_BASIC_INFORMATION32
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.