Struct windows_sys::Win32::System::Diagnostics::Debug::DBGHELP_DATA_REPORT_STRUCT
[−]#[repr(C)]pub struct DBGHELP_DATA_REPORT_STRUCT {
pub pBinPathNonExist: PCWSTR,
pub pSymbolPathNonExist: PCWSTR,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
pBinPathNonExist: PCWSTR
pSymbolPathNonExist: PCWSTR
Trait Implementations
impl Clone for DBGHELP_DATA_REPORT_STRUCT
impl Clone for DBGHELP_DATA_REPORT_STRUCT
impl Copy for DBGHELP_DATA_REPORT_STRUCT
Auto Trait Implementations
impl RefUnwindSafe for DBGHELP_DATA_REPORT_STRUCT
impl !Send for DBGHELP_DATA_REPORT_STRUCT
impl !Sync for DBGHELP_DATA_REPORT_STRUCT
impl Unpin for DBGHELP_DATA_REPORT_STRUCT
impl UnwindSafe for DBGHELP_DATA_REPORT_STRUCT
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