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