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