Struct winapi::dbghelp::IMAGEHLP_LINEW64
[−]
[src]
pub struct IMAGEHLP_LINEW64 {
pub SizeOfStruct: DWORD,
pub Key: PVOID,
pub LineNumber: DWORD,
pub FileName: PWSTR,
pub Address: DWORD64,
}Fields
SizeOfStruct | |
Key | |
LineNumber | |
FileName | |
Address |
Trait Implementations
impl Copy for IMAGEHLP_LINEW64[src]
impl Clone for IMAGEHLP_LINEW64[src]
fn clone(&self) -> IMAGEHLP_LINEW64
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more