#[repr(C)]pub struct PSS_VA_SPACE_ENTRY {Show 13 fields
pub BaseAddress: *mut c_void,
pub AllocationBase: *mut c_void,
pub AllocationProtect: u32,
pub RegionSize: usize,
pub State: u32,
pub Protect: u32,
pub Type: u32,
pub TimeDateStamp: u32,
pub SizeOfImage: u32,
pub ImageBase: *mut c_void,
pub CheckSum: u32,
pub MappedFileNameLength: u16,
pub MappedFileName: PCWSTR,
}
Expand description
Required features: "Win32_System_Diagnostics_ProcessSnapshotting"
Fields
BaseAddress: *mut c_void
AllocationBase: *mut c_void
AllocationProtect: u32
RegionSize: usize
State: u32
Protect: u32
Type: u32
TimeDateStamp: u32
SizeOfImage: u32
ImageBase: *mut c_void
CheckSum: u32
MappedFileNameLength: u16
MappedFileName: PCWSTR
Trait Implementations
impl Clone for PSS_VA_SPACE_ENTRY
impl Clone for PSS_VA_SPACE_ENTRY
impl Copy for PSS_VA_SPACE_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for PSS_VA_SPACE_ENTRY
impl !Send for PSS_VA_SPACE_ENTRY
impl !Sync for PSS_VA_SPACE_ENTRY
impl Unpin for PSS_VA_SPACE_ENTRY
impl UnwindSafe for PSS_VA_SPACE_ENTRY
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