Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_MEMORY_INFO
[−]#[repr(C, packed(4))]pub struct MINIDUMP_MEMORY_INFO {
pub BaseAddress: u64,
pub AllocationBase: u64,
pub AllocationProtect: u32,
pub __alignment1: u32,
pub RegionSize: u64,
pub State: VIRTUAL_ALLOCATION_TYPE,
pub Protect: u32,
pub Type: u32,
pub __alignment2: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
, "Win32_System_Memory"
Fields
BaseAddress: u64
AllocationBase: u64
AllocationProtect: u32
__alignment1: u32
RegionSize: u64
State: VIRTUAL_ALLOCATION_TYPE
Protect: u32
Type: u32
__alignment2: u32
Trait Implementations
impl Clone for MINIDUMP_MEMORY_INFO
impl Clone for MINIDUMP_MEMORY_INFO
impl Copy for MINIDUMP_MEMORY_INFO
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_MEMORY_INFO
impl Send for MINIDUMP_MEMORY_INFO
impl Sync for MINIDUMP_MEMORY_INFO
impl Unpin for MINIDUMP_MEMORY_INFO
impl UnwindSafe for MINIDUMP_MEMORY_INFO
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