Struct winapi::dbghelp::SYMBOL_INFOW [] [src]

pub struct SYMBOL_INFOW {
    pub SizeOfStruct: ULONG,
    pub TypeIndex: ULONG,
    pub Reserved: [ULONG64; 2],
    pub Index: ULONG,
    pub Size: ULONG,
    pub ModBase: ULONG64,
    pub Flags: ULONG,
    pub Value: ULONG64,
    pub Address: ULONG64,
    pub Register: ULONG,
    pub Scope: ULONG,
    pub Tag: ULONG,
    pub NameLen: ULONG,
    pub MaxNameLen: ULONG,
    pub Name: [WCHAR; 1],
}

Fields

SizeOfStruct
TypeIndex
Reserved
Index
Size
ModBase
Flags
Value
Address
Register
Scope
Tag
NameLen
MaxNameLen
Name

Trait Implementations

Derived Implementations

impl Debug for SYMBOL_INFOW

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

impl Copy for SYMBOL_INFOW

impl Clone for SYMBOL_INFOW

fn clone(&self) -> SYMBOL_INFOW

fn clone_from(&mut self, source: &Self)