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,
}
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§
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