Struct IDebugApplicationThread_Vtbl
#[repr(C)]pub struct IDebugApplicationThread_Vtbl {
pub base__: IRemoteDebugApplicationThread_Vtbl,
pub SynchronousCallIntoThread32: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT,
pub QueryIsCurrentThread: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub QueryIsDebuggerThread: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
pub SetStateString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT,
}
Fields§
§base__: IRemoteDebugApplicationThread_Vtbl
§SynchronousCallIntoThread32: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32, _: u32, _: u32) -> HRESULT
§QueryIsCurrentThread: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§QueryIsDebuggerThread: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetDescription: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
§SetStateString: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT
Implementations§
§impl IDebugApplicationThread_Vtbl
impl IDebugApplicationThread_Vtbl
pub const fn new<Identity: IDebugApplicationThread_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationThread_Vtbl
impl RefUnwindSafe for IDebugApplicationThread_Vtbl
impl Send for IDebugApplicationThread_Vtbl
impl Sync for IDebugApplicationThread_Vtbl
impl Unpin for IDebugApplicationThread_Vtbl
impl UnwindSafe for IDebugApplicationThread_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