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: DWORD Key: PVOID LineNumber: DWORD FileName: PWSTR Address: DWORD64

Trait Implementations

impl Debug for IMAGEHLP_LINEW64
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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