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