Struct windows_sys::Win32::System::Diagnostics::Debug::SOURCEFILEW
[−]Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
ModBase: u64
FileName: PWSTR
Trait Implementations
impl Clone for SOURCEFILEW
impl Clone for SOURCEFILEW
impl Copy for SOURCEFILEW
Auto Trait Implementations
impl RefUnwindSafe for SOURCEFILEW
impl !Send for SOURCEFILEW
impl !Sync for SOURCEFILEW
impl Unpin for SOURCEFILEW
impl UnwindSafe for SOURCEFILEW
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