Struct IDebugApplicationThreadEvents110_Vtbl
#[repr(C)]pub struct IDebugApplicationThreadEvents110_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnSuspendForBreakPoint: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnResumeFromBreakPoint: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnThreadRequestComplete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub OnBeginThreadRequest: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnSuspendForBreakPoint: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnResumeFromBreakPoint: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnThreadRequestComplete: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§OnBeginThreadRequest: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IDebugApplicationThreadEvents110_Vtbl
impl IDebugApplicationThreadEvents110_Vtbl
pub const fn new<Identity: IDebugApplicationThreadEvents110_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationThreadEvents110_Vtbl
impl RefUnwindSafe for IDebugApplicationThreadEvents110_Vtbl
impl Send for IDebugApplicationThreadEvents110_Vtbl
impl Sync for IDebugApplicationThreadEvents110_Vtbl
impl Unpin for IDebugApplicationThreadEvents110_Vtbl
impl UnwindSafe for IDebugApplicationThreadEvents110_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