Struct windows::Win32::System::Diagnostics::Debug::ActiveScript::IDebugApplicationThread64_Vtbl
#[repr(C)]pub struct IDebugApplicationThread64_Vtbl {
pub base__: IDebugApplicationThread_Vtbl,
pub SynchronousCallIntoThread64: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u64, _: u64, _: u64) -> HRESULT,
}
Fields§
§base__: IDebugApplicationThread_Vtbl
§SynchronousCallIntoThread64: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u64, _: u64, _: u64) -> HRESULT
Implementations§
§impl IDebugApplicationThread64_Vtbl
impl IDebugApplicationThread64_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IDebugApplicationThread64_Vtblwhere
Identity: IDebugApplicationThread64_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDebugApplicationThread64_Vtbl
impl RefUnwindSafe for IDebugApplicationThread64_Vtbl
impl Send for IDebugApplicationThread64_Vtbl
impl Sync for IDebugApplicationThread64_Vtbl
impl Unpin for IDebugApplicationThread64_Vtbl
impl UnwindSafe for IDebugApplicationThread64_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