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

impl Copy for SYMBOL_INFOW
[src]

impl Clone for SYMBOL_INFOW
[src]

fn clone(&self) -> SYMBOL_INFOW

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

Derived Implementations

impl Debug for SYMBOL_INFOW
[src]

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

Formats the value using the given formatter.