#[repr(C)]pub struct IRemoteDebugApplication110_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetDebuggerOptions: unsafe extern "system" fn(_: *mut c_void, _: SCRIPT_DEBUGGER_OPTIONS, _: SCRIPT_DEBUGGER_OPTIONS) -> HRESULT,
pub GetCurrentDebuggerOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut SCRIPT_DEBUGGER_OPTIONS) -> HRESULT,
pub GetMainThread: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetDebuggerOptions: unsafe extern "system" fn(_: *mut c_void, _: SCRIPT_DEBUGGER_OPTIONS, _: SCRIPT_DEBUGGER_OPTIONS) -> HRESULT
§GetCurrentDebuggerOptions: unsafe extern "system" fn(_: *mut c_void, _: *mut SCRIPT_DEBUGGER_OPTIONS) -> HRESULT
§GetMainThread: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IRemoteDebugApplication110_Vtbl
impl IRemoteDebugApplication110_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IRemoteDebugApplication110_Vtblwhere
Identity: IRemoteDebugApplication110_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRemoteDebugApplication110_Vtbl
impl RefUnwindSafe for IRemoteDebugApplication110_Vtbl
impl Send for IRemoteDebugApplication110_Vtbl
impl Sync for IRemoteDebugApplication110_Vtbl
impl Unpin for IRemoteDebugApplication110_Vtbl
impl UnwindSafe for IRemoteDebugApplication110_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