Struct windows_sys::Win32::System::Diagnostics::Debug::DEBUG_SYMBOL_ENTRY
[−]#[repr(C)]pub struct DEBUG_SYMBOL_ENTRY {
pub ModuleBase: u64,
pub Offset: u64,
pub Id: u64,
pub Arg64: u64,
pub Size: u32,
pub Flags: u32,
pub TypeId: u32,
pub NameSize: u32,
pub Token: u32,
pub Tag: u32,
pub Arg32: u32,
pub Reserved: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
ModuleBase: u64
Offset: u64
Id: u64
Arg64: u64
Size: u32
Flags: u32
TypeId: u32
NameSize: u32
Token: u32
Tag: u32
Arg32: u32
Reserved: u32
Trait Implementations
impl Clone for DEBUG_SYMBOL_ENTRY
impl Clone for DEBUG_SYMBOL_ENTRY
impl Copy for DEBUG_SYMBOL_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for DEBUG_SYMBOL_ENTRY
impl Send for DEBUG_SYMBOL_ENTRY
impl Sync for DEBUG_SYMBOL_ENTRY
impl Unpin for DEBUG_SYMBOL_ENTRY
impl UnwindSafe for DEBUG_SYMBOL_ENTRY
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