Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_MEMORY_LIST
[−]#[repr(C)]pub struct MINIDUMP_MEMORY_LIST {
pub NumberOfMemoryRanges: u32,
pub MemoryRanges: [MINIDUMP_MEMORY_DESCRIPTOR; 1],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
NumberOfMemoryRanges: u32
MemoryRanges: [MINIDUMP_MEMORY_DESCRIPTOR; 1]
Trait Implementations
impl Clone for MINIDUMP_MEMORY_LIST
impl Clone for MINIDUMP_MEMORY_LIST
impl Copy for MINIDUMP_MEMORY_LIST
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_MEMORY_LIST
impl Send for MINIDUMP_MEMORY_LIST
impl Sync for MINIDUMP_MEMORY_LIST
impl Unpin for MINIDUMP_MEMORY_LIST
impl UnwindSafe for MINIDUMP_MEMORY_LIST
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