#[repr(C)]
pub struct SYMBOL_INFO {
Show 15 fields pub SizeOfStruct: u32, pub TypeIndex: u32, pub Reserved: [u64; 2], pub Index: u32, pub Size: u32, pub ModBase: u64, pub Flags: SYMBOL_INFO_FLAGS, pub Value: u64, pub Address: u64, pub Register: u32, pub Scope: u32, pub Tag: u32, pub NameLen: u32, pub MaxNameLen: u32, pub Name: [CHAR; 1],
}
Expand description

Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation"

Fields

SizeOfStruct: u32TypeIndex: u32Reserved: [u64; 2]Index: u32Size: u32ModBase: u64Flags: SYMBOL_INFO_FLAGSValue: u64Address: u64Register: u32Scope: u32Tag: u32NameLen: u32MaxNameLen: u32Name: [CHAR; 1]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.