Struct windows_sys::Win32::System::Diagnostics::Debug::SOURCEFILE
[−]Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
ModBase: u64
FileName: PSTR
Trait Implementations
impl Clone for SOURCEFILE
impl Clone for SOURCEFILE
impl Copy for SOURCEFILE
Auto Trait Implementations
impl RefUnwindSafe for SOURCEFILE
impl !Send for SOURCEFILE
impl !Sync for SOURCEFILE
impl Unpin for SOURCEFILE
impl UnwindSafe for SOURCEFILE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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