Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_HEADER
[−]#[repr(C, packed(4))]pub struct MINIDUMP_HEADER {
pub Signature: u32,
pub Version: u32,
pub NumberOfStreams: u32,
pub StreamDirectoryRva: u32,
pub CheckSum: u32,
pub Anonymous: MINIDUMP_HEADER_0,
pub Flags: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Signature: u32
Version: u32
NumberOfStreams: u32
StreamDirectoryRva: u32
CheckSum: u32
Anonymous: MINIDUMP_HEADER_0
Flags: u64
Trait Implementations
impl Clone for MINIDUMP_HEADER
impl Clone for MINIDUMP_HEADER
impl Copy for MINIDUMP_HEADER
Auto Trait Implementations
impl RefUnwindSafe for MINIDUMP_HEADER
impl Send for MINIDUMP_HEADER
impl Sync for MINIDUMP_HEADER
impl Unpin for MINIDUMP_HEADER
impl UnwindSafe for MINIDUMP_HEADER
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