Struct windows_sys::Win32::System::Diagnostics::Debug::DEBUG_SYMBOL_PARAMETERS
[−]#[repr(C)]pub struct DEBUG_SYMBOL_PARAMETERS {
pub Module: u64,
pub TypeId: u32,
pub ParentSymbol: u32,
pub SubElements: u32,
pub Flags: u32,
pub Reserved: u64,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
Module: u64
TypeId: u32
ParentSymbol: u32
SubElements: u32
Flags: u32
Reserved: u64
Trait Implementations
impl Clone for DEBUG_SYMBOL_PARAMETERS
impl Clone for DEBUG_SYMBOL_PARAMETERS
impl Copy for DEBUG_SYMBOL_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for DEBUG_SYMBOL_PARAMETERS
impl Send for DEBUG_SYMBOL_PARAMETERS
impl Sync for DEBUG_SYMBOL_PARAMETERS
impl Unpin for DEBUG_SYMBOL_PARAMETERS
impl UnwindSafe for DEBUG_SYMBOL_PARAMETERS
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