#[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_void
AllocationProtect: u32
Anonymous: WIN32_MEMORY_REGION_INFORMATION_0
RegionSize: usize
CommitSize: usize
Trait Implementations
impl Clone for WIN32_MEMORY_REGION_INFORMATION
impl Clone for WIN32_MEMORY_REGION_INFORMATION
impl Copy for WIN32_MEMORY_REGION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for WIN32_MEMORY_REGION_INFORMATION
impl !Send for WIN32_MEMORY_REGION_INFORMATION
impl !Sync for WIN32_MEMORY_REGION_INFORMATION
impl Unpin for WIN32_MEMORY_REGION_INFORMATION
impl UnwindSafe for WIN32_MEMORY_REGION_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more