Struct windows::Win32::System::Diagnostics::Debug::Extensions::IDebugSymbolGroup_Vtbl
#[repr(C)]pub struct IDebugSymbolGroup_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetNumberSymbols: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub AddSymbol: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32) -> HRESULT,
pub RemoveSymbolByName: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT,
pub RemoveSymbolByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub GetSymbolName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PSTR, _: u32, _: *mut u32) -> HRESULT,
pub GetSymbolParameters: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DEBUG_SYMBOL_PARAMETERS) -> HRESULT,
pub ExpandSymbol: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT,
pub OutputSymbols: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT,
pub WriteSymbol: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR) -> HRESULT,
pub OutputAsType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetNumberSymbols: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§AddSymbol: unsafe extern "system" fn(_: *mut c_void, _: PCSTR, _: *mut u32) -> HRESULT
§RemoveSymbolByName: unsafe extern "system" fn(_: *mut c_void, _: PCSTR) -> HRESULT
§RemoveSymbolByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§GetSymbolName: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PSTR, _: u32, _: *mut u32) -> HRESULT
§GetSymbolParameters: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: *mut DEBUG_SYMBOL_PARAMETERS) -> HRESULT
§ExpandSymbol: unsafe extern "system" fn(_: *mut c_void, _: u32, _: BOOL) -> HRESULT
§OutputSymbols: unsafe extern "system" fn(_: *mut c_void, _: u32, _: u32, _: u32, _: u32) -> HRESULT
§WriteSymbol: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR) -> HRESULT
§OutputAsType: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCSTR) -> HRESULT
Implementations§
§impl IDebugSymbolGroup_Vtbl
impl IDebugSymbolGroup_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugSymbolGroup_Vtblwhere
Identity: IDebugSymbolGroup_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugSymbolGroup_Vtbl
impl RefUnwindSafe for IDebugSymbolGroup_Vtbl
impl Send for IDebugSymbolGroup_Vtbl
impl Sync for IDebugSymbolGroup_Vtbl
impl Unpin for IDebugSymbolGroup_Vtbl
impl UnwindSafe for IDebugSymbolGroup_Vtbl
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