[−][src]Struct CCODE::IBindStatusCallbackExVtbl
Fields
QueryInterface: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>AddRef: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx) -> ULONG>Release: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx) -> ULONG>OnStartBinding: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, dwReserved: DWORD, pib: *mut IBinding) -> HRESULT>GetPriority: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, pnPriority: *mut LONG) -> HRESULT>OnLowResource: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, reserved: DWORD) -> HRESULT>OnProgress: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, ulProgress: ULONG, ulProgressMax: ULONG, ulStatusCode: ULONG, szStatusText: LPCWSTR) -> HRESULT>OnStopBinding: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, hresult: HRESULT, szError: LPCWSTR) -> HRESULT>GetBindInfo: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, grfBINDF: *mut DWORD, pbindinfo: *mut BINDINFO) -> HRESULT>OnDataAvailable: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, grfBSCF: DWORD, dwSize: DWORD, pformatetc: *mut FORMATETC, pstgmed: *mut STGMEDIUM) -> HRESULT>OnObjectAvailable: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, riid: *const IID, punk: *mut IUnknown) -> HRESULT>GetBindInfoEx: Option<unsafe extern "C" fn(This: *mut IBindStatusCallbackEx, grfBINDF: *mut DWORD, pbindinfo: *mut BINDINFO, grfBINDF2: *mut DWORD, pdwReserved: *mut DWORD) -> HRESULT>Trait Implementations
impl Clone for IBindStatusCallbackExVtbl[src]
pub fn clone(&self) -> IBindStatusCallbackExVtbl[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for IBindStatusCallbackExVtbl[src]
impl Debug for IBindStatusCallbackExVtbl[src]
Auto Trait Implementations
impl RefUnwindSafe for IBindStatusCallbackExVtbl
impl Send for IBindStatusCallbackExVtbl
impl Sync for IBindStatusCallbackExVtbl
impl Unpin for IBindStatusCallbackExVtbl
impl UnwindSafe for IBindStatusCallbackExVtbl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,