Struct ntapi::ntmmapi::MEMORY_REGION_INFORMATION
source · [−]#[repr(C)]pub struct MEMORY_REGION_INFORMATION {
pub AllocationBase: PVOID,
pub AllocationProtect: ULONG,
pub RegionType: ULONG,
pub RegionSize: SIZE_T,
pub CommitSize: SIZE_T,
}
Fields
AllocationBase: PVOID
AllocationProtect: ULONG
RegionType: ULONG
RegionSize: SIZE_T
CommitSize: SIZE_T
Implementations
sourceimpl MEMORY_REGION_INFORMATION
impl MEMORY_REGION_INFORMATION
pub const fn Private(&self) -> ULONG
pub fn set_Private(&mut self, val: ULONG)
pub const fn MappedDataFile(&self) -> ULONG
pub fn set_MappedDataFile(&mut self, val: ULONG)
pub const fn MappedImage(&self) -> ULONG
pub fn set_MappedImage(&mut self, val: ULONG)
pub const fn MappedPageFile(&self) -> ULONG
pub fn set_MappedPageFile(&mut self, val: ULONG)
pub const fn MappedPhysical(&self) -> ULONG
pub fn set_MappedPhysical(&mut self, val: ULONG)
pub const fn DirectMapped(&self) -> ULONG
pub fn set_DirectMapped(&mut self, val: ULONG)
pub const fn SoftwareEnclave(&self) -> ULONG
pub fn set_SoftwareEnclave(&mut self, val: ULONG)
pub const fn PageSize64K(&self) -> ULONG
pub fn set_PageSize64K(&mut self, val: ULONG)
pub const fn PlaceholderReservation(&self) -> ULONG
pub fn set_PlaceholderReservation(&mut self, val: ULONG)
pub const fn Reserved(&self) -> ULONG
pub fn set_Reserved(&mut self, val: ULONG)
Trait Implementations
sourceimpl Clone for MEMORY_REGION_INFORMATION
impl Clone for MEMORY_REGION_INFORMATION
sourcefn clone(&self) -> MEMORY_REGION_INFORMATION
fn clone(&self) -> MEMORY_REGION_INFORMATION
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MEMORY_REGION_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for MEMORY_REGION_INFORMATION
impl !Send for MEMORY_REGION_INFORMATION
impl !Sync for MEMORY_REGION_INFORMATION
impl Unpin for MEMORY_REGION_INFORMATION
impl UnwindSafe for 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