#[repr(C)]pub struct IDebugApplicationThread11064_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 IDebugApplicationThread11064_Vtbl
impl IDebugApplicationThread11064_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugApplicationThread11064_Vtblwhere
Identity: IDebugApplicationThread11064_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationThread11064_Vtbl
impl RefUnwindSafe for IDebugApplicationThread11064_Vtbl
impl Send for IDebugApplicationThread11064_Vtbl
impl Sync for IDebugApplicationThread11064_Vtbl
impl Unpin for IDebugApplicationThread11064_Vtbl
impl UnwindSafe for IDebugApplicationThread11064_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