Struct windows::Win32::System::Diagnostics::Debug::ActiveScript::IRemoteDebugApplication_Vtbl
#[repr(C)]pub struct IRemoteDebugApplication_Vtbl {
pub base__: IUnknown_Vtbl,
pub ResumeFromBreakPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BREAKRESUMEACTION, _: ERRORRESUMEACTION) -> HRESULT,
pub CauseBreak: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ConnectDebugger: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DisconnectDebugger: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub GetDebugger: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateInstanceAtApplication: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub QueryAlive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnumThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetRootNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnumGlobalExpressionContexts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ResumeFromBreakPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BREAKRESUMEACTION, _: ERRORRESUMEACTION) -> HRESULT
§CauseBreak: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ConnectDebugger: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§DisconnectDebugger: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§GetDebugger: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateInstanceAtApplication: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void, _: u32, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§QueryAlive: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EnumThreads: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetRootNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnumGlobalExpressionContexts: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IRemoteDebugApplication_Vtbl
impl IRemoteDebugApplication_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRemoteDebugApplication_Vtblwhere
Identity: IRemoteDebugApplication_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRemoteDebugApplication_Vtbl
impl RefUnwindSafe for IRemoteDebugApplication_Vtbl
impl Send for IRemoteDebugApplication_Vtbl
impl Sync for IRemoteDebugApplication_Vtbl
impl Unpin for IRemoteDebugApplication_Vtbl
impl UnwindSafe for IRemoteDebugApplication_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