#[repr(C)]pub struct ICancelMethodCallsVtbl {
pub parent: IUnknownVtbl,
pub Cancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls, ulSeconds: ULONG) -> HRESULT,
pub TestCancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls) -> HRESULT,
}
Fields§
§parent: IUnknownVtbl
§Cancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls, ulSeconds: ULONG) -> HRESULT
§TestCancel: unsafe extern "system" fn(This: *mut ICancelMethodCalls) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICancelMethodCallsVtbl
impl RefUnwindSafe for ICancelMethodCallsVtbl
impl Send for ICancelMethodCallsVtbl
impl Sync for ICancelMethodCallsVtbl
impl Unpin for ICancelMethodCallsVtbl
impl UnwindSafe for ICancelMethodCallsVtbl
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