#[repr(C)]pub struct IContinueVtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IContinue, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IContinue) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IContinue) -> ULONG>,
pub FContinue: Option<unsafe extern "stdcall" fn(This: *mut IContinue) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IContinue, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IContinue) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IContinue) -> ULONG>§FContinue: Option<unsafe extern "stdcall" 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 duplicate 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 moreimpl Copy 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