#[repr(C)]pub struct ICancelMethodCallsVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls) -> ULONG>,
pub Cancel: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls, ulSeconds: ULONG) -> HRESULT>,
pub TestCancel: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls) -> ULONG>
§Cancel: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls, ulSeconds: ULONG) -> HRESULT>
§TestCancel: Option<unsafe extern "C" fn(This: *mut ICancelMethodCalls) -> HRESULT>
Trait Implementations§
Source§impl Clone for ICancelMethodCallsVtbl
impl Clone for ICancelMethodCallsVtbl
Source§fn clone(&self) -> ICancelMethodCallsVtbl
fn clone(&self) -> ICancelMethodCallsVtbl
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ICancelMethodCallsVtbl
impl Debug for ICancelMethodCallsVtbl
Source§impl Ord for ICancelMethodCallsVtbl
impl Ord for ICancelMethodCallsVtbl
Source§fn cmp(&self, other: &ICancelMethodCallsVtbl) -> Ordering
fn cmp(&self, other: &ICancelMethodCallsVtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ICancelMethodCallsVtbl
impl PartialEq for ICancelMethodCallsVtbl
Source§impl PartialOrd for ICancelMethodCallsVtbl
impl PartialOrd for ICancelMethodCallsVtbl
impl Copy for ICancelMethodCallsVtbl
impl Eq for ICancelMethodCallsVtbl
impl StructuralPartialEq for ICancelMethodCallsVtbl
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