Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::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,
}
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§
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