Struct IDebugApplicationThread11032_Vtbl
#[repr(C)]pub struct IDebugApplicationThread11032_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetActiveThreadRequestCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub IsSuspendedForBreakPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub IsThreadCallable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT,
pub AsynchronousCallIntoThread: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: usize, _: usize, _: usize) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetActiveThreadRequestCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§IsSuspendedForBreakPoint: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§IsThreadCallable: unsafe extern "system" fn(_: *mut c_void, _: *mut BOOL) -> HRESULT
§AsynchronousCallIntoThread: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: usize, _: usize, _: usize) -> HRESULT
Implementations§
§impl IDebugApplicationThread11032_Vtbl
impl IDebugApplicationThread11032_Vtbl
pub const fn new<Identity: IDebugApplicationThread11032_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationThread11032_Vtbl
impl RefUnwindSafe for IDebugApplicationThread11032_Vtbl
impl Send for IDebugApplicationThread11032_Vtbl
impl Sync for IDebugApplicationThread11032_Vtbl
impl Unpin for IDebugApplicationThread11032_Vtbl
impl UnwindSafe for IDebugApplicationThread11032_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