Struct windows_sys::Win32::System::ErrorReporting::WER_REPORT_PARAMETER
[−]Expand description
Required features: "Win32_System_ErrorReporting"
Fields
Name: [u16; 129]
Value: [u16; 260]
Trait Implementations
impl Clone for WER_REPORT_PARAMETER
impl Clone for WER_REPORT_PARAMETER
impl Copy for WER_REPORT_PARAMETER
Auto Trait Implementations
impl RefUnwindSafe for WER_REPORT_PARAMETER
impl Send for WER_REPORT_PARAMETER
impl Sync for WER_REPORT_PARAMETER
impl Unpin for WER_REPORT_PARAMETER
impl UnwindSafe for WER_REPORT_PARAMETER
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