#[repr(C)]pub struct SYMBOL_INFOW {Show 15 fields
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§
Source§impl Clone for SYMBOL_INFOW
impl Clone for SYMBOL_INFOW
Source§fn clone(&self) -> SYMBOL_INFOW
fn clone(&self) -> SYMBOL_INFOW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SYMBOL_INFOW
impl Default for SYMBOL_INFOW
Source§fn default() -> SYMBOL_INFOW
fn default() -> SYMBOL_INFOW
Returns the “default value” for a type. Read more
impl Copy for SYMBOL_INFOW
Auto Trait Implementations§
impl Freeze for SYMBOL_INFOW
impl RefUnwindSafe for SYMBOL_INFOW
impl Send for SYMBOL_INFOW
impl Sync for SYMBOL_INFOW
impl Unpin for SYMBOL_INFOW
impl UnwindSafe for SYMBOL_INFOW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more