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