Struct windows_sys::Win32::System::Diagnostics::Debug::IMAGEHLP_LINEW64
[−]#[repr(C)]pub struct IMAGEHLP_LINEW64 {
pub SizeOfStruct: u32,
pub Key: *mut c_void,
pub LineNumber: u32,
pub FileName: PWSTR,
pub Address: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
SizeOfStruct: u32
Key: *mut c_void
LineNumber: u32
FileName: PWSTR
Address: u64
Trait Implementations
impl Clone for IMAGEHLP_LINEW64
impl Clone for IMAGEHLP_LINEW64
impl Copy for IMAGEHLP_LINEW64
Auto Trait Implementations
impl RefUnwindSafe for IMAGEHLP_LINEW64
impl !Send for IMAGEHLP_LINEW64
impl !Sync for IMAGEHLP_LINEW64
impl Unpin for IMAGEHLP_LINEW64
impl UnwindSafe for IMAGEHLP_LINEW64
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