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: PVOID AllocationBase: PVOID AllocationProtect: DWORD RegionSize: SIZE_T State: DWORD Protect: DWORD Type: DWORD

Trait Implementations

impl Debug for MEMORY_BASIC_INFORMATION
[src]

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

Formats the value using the given formatter.

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