Struct IRemoteDebugApplicationThread_Vtbl
#[repr(C)]pub struct IRemoteDebugApplicationThread_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSystemThreadId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub EnumStackFrames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetNextStatement: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Suspend: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
pub GetSuspendCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSystemThreadId: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetApplication: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§EnumStackFrames: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetNextStatement: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§GetState: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Suspend: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§Resume: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
§GetSuspendCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT
Implementations§
§impl IRemoteDebugApplicationThread_Vtbl
impl IRemoteDebugApplicationThread_Vtbl
pub const fn new<Identity: IRemoteDebugApplicationThread_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IRemoteDebugApplicationThread_Vtbl
impl RefUnwindSafe for IRemoteDebugApplicationThread_Vtbl
impl Send for IRemoteDebugApplicationThread_Vtbl
impl Sync for IRemoteDebugApplicationThread_Vtbl
impl Unpin for IRemoteDebugApplicationThread_Vtbl
impl UnwindSafe for IRemoteDebugApplicationThread_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