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: ULONG TypeIndex: ULONG Reserved: [ULONG64; 2] Index: ULONG Size: ULONG ModBase: ULONG64 Flags: ULONG Value: ULONG64 Address: ULONG64 Register: ULONG Scope: ULONG Tag: ULONG NameLen: ULONG MaxNameLen: ULONG Name: [WCHAR; 1]

Trait Implementations

impl Debug for SYMBOL_INFOW
[src]

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

Formats the value using the given formatter.

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