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: u64AllocationBase: u64AllocationProtect: u32__alignment1: u32RegionSize: u64State: VIRTUAL_ALLOCATION_TYPEProtect: u32Type: u32__alignment2: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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