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: u32TypeIndex: u32Reserved: [u64; 2]Index: u32Size: u32ModBase: u64Flags: SYMBOL_INFO_FLAGSValue: u64Address: u64Register: u32Scope: u32Tag: u32NameLen: u32MaxNameLen: u32Name: [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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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