Struct windows_sys::Win32::System::Diagnostics::Debug::SYMBOL_INFOW
[−]#[repr(C)]pub struct SYMBOL_INFOW {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: [u16; 1],
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
SizeOfStruct: u32
TypeIndex: u32
Reserved: [u64; 2]
Index: u32
Size: u32
ModBase: u64
Flags: SYMBOL_INFO_FLAGS
Value: u64
Address: u64
Register: u32
Scope: u32
Tag: u32
NameLen: u32
MaxNameLen: u32
Name: [u16; 1]
Trait Implementations
impl Clone for SYMBOL_INFOW
impl Clone for SYMBOL_INFOW
impl Copy for SYMBOL_INFOW
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more