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