Struct windows_sys::Win32::System::Diagnostics::Debug::MINIDUMP_DIRECTORY
[−]#[repr(C)]pub struct MINIDUMP_DIRECTORY {
pub StreamType: u32,
pub Location: MINIDUMP_LOCATION_DESCRIPTOR,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
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
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