#[repr(C)]pub struct IContinueVtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IContinue, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IContinue) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IContinue) -> ULONG>,
pub FContinue: Option<unsafe extern "C" fn(This: *mut IContinue) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IContinue, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IContinue) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IContinue) -> ULONG>
§FContinue: Option<unsafe extern "C" fn(This: *mut IContinue) -> HRESULT>
Trait Implementations§
Source§impl Clone for IContinueVtbl
impl Clone for IContinueVtbl
Source§fn clone(&self) -> IContinueVtbl
fn clone(&self) -> IContinueVtbl
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 IContinueVtbl
impl Debug for IContinueVtbl
Source§impl Ord for IContinueVtbl
impl Ord for IContinueVtbl
Source§fn cmp(&self, other: &IContinueVtbl) -> Ordering
fn cmp(&self, other: &IContinueVtbl) -> 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 IContinueVtbl
impl PartialEq for IContinueVtbl
Source§impl PartialOrd for IContinueVtbl
impl PartialOrd for IContinueVtbl
impl Copy for IContinueVtbl
impl Eq for IContinueVtbl
impl StructuralPartialEq for IContinueVtbl
Auto Trait Implementations§
impl Freeze for IContinueVtbl
impl RefUnwindSafe for IContinueVtbl
impl Send for IContinueVtbl
impl Sync for IContinueVtbl
impl Unpin for IContinueVtbl
impl UnwindSafe for IContinueVtbl
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