Struct libc::types::os::arch::extra::MEMORY_BASIC_INFORMATION [] [src]

pub struct MEMORY_BASIC_INFORMATION {
    pub BaseAddress: LPVOID,
    pub AllocationBase: LPVOID,
    pub AllocationProtect: DWORD,
    pub RegionSize: SIZE_T,
    pub State: DWORD,
    pub Protect: DWORD,
    pub Type: DWORD,
}

Fields

BaseAddress
AllocationBase
AllocationProtect
RegionSize
State
Protect
Type

Trait Implementations

Derived Implementations

impl Clone for MEMORY_BASIC_INFORMATION

fn clone(&self) -> MEMORY_BASIC_INFORMATION

fn clone_from(&mut self, source: &Self)

impl Copy for MEMORY_BASIC_INFORMATION