Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_DIRECTORY
#[repr(C, packed(4))]pub struct MINIDUMP_DIRECTORY {
pub StreamType: u32,
pub Location: MINIDUMP_LOCATION_DESCRIPTOR,
}
Fields§
§StreamType: u32
§Location: MINIDUMP_LOCATION_DESCRIPTOR
Trait Implementations§
§impl Clone for MINIDUMP_DIRECTORY
impl Clone for MINIDUMP_DIRECTORY
impl Copy for MINIDUMP_DIRECTORY
Auto Trait Implementations§
impl RefUnwindSafe for MINIDUMP_DIRECTORY
impl Send for MINIDUMP_DIRECTORY
impl Sync for MINIDUMP_DIRECTORY
impl Unpin for MINIDUMP_DIRECTORY
impl UnwindSafe for MINIDUMP_DIRECTORY
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more