[][src]Struct winapi::um::unknwnbase::AsyncIUnknownVtbl

#[repr(C)]
pub struct AsyncIUnknownVtbl { pub parent: IUnknownVtbl, pub Begin_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, riid: REFIID) -> HRESULT, pub Finish_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, ppvObject: *mut *mut c_void) -> HRESULT, pub Begin_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULT, pub Finish_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONG, pub Begin_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULT, pub Finish_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONG, }

Fields

parent: IUnknownVtblBegin_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, riid: REFIID) -> HRESULTFinish_QueryInterface: unsafe extern "system" fn(This: *mut AsyncIUnknown, ppvObject: *mut *mut c_void) -> HRESULTBegin_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULTFinish_AddRef: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONGBegin_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> HRESULTFinish_Release: unsafe extern "system" fn(This: *mut AsyncIUnknown) -> ULONG

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]