Struct win_sys::Memory::WIN32_MEMORY_REGION_INFORMATION [−][src]
#[repr(C)]pub struct WIN32_MEMORY_REGION_INFORMATION {
pub AllocationBase: *mut c_void,
pub AllocationProtect: u32,
pub Anonymous: WIN32_MEMORY_REGION_INFORMATION_0,
pub RegionSize: usize,
pub CommitSize: usize,
}Expand description
Required features: Win32_System_Memory
Fields
AllocationBase: *mut c_voidAllocationProtect: u32Anonymous: WIN32_MEMORY_REGION_INFORMATION_0RegionSize: usizeCommitSize: usizeTrait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for WIN32_MEMORY_REGION_INFORMATION
impl !Sync for WIN32_MEMORY_REGION_INFORMATION
impl Unpin for WIN32_MEMORY_REGION_INFORMATION
Blanket Implementations
Mutably borrows from an owned value. Read more