[][src]Struct winapi::um::bits::AsyncIBackgroundCopyCallback

#[repr(C)]
pub struct AsyncIBackgroundCopyCallback { pub lpVtbl: *const AsyncIBackgroundCopyCallbackVtbl, }

Fields

lpVtbl: *const AsyncIBackgroundCopyCallbackVtbl

Methods

impl AsyncIBackgroundCopyCallback[src]

pub unsafe fn Begin_JobTransferred(
    &self,
    pJob: *mut IBackgroundCopyJob
) -> HRESULT
[src]

pub unsafe fn Finish_JobTransferred(&self) -> HRESULT[src]

pub unsafe fn Begin_JobError(
    &self,
    pJob: *mut IBackgroundCopyJob,
    pError: *mut IBackgroundCopyError
) -> HRESULT
[src]

pub unsafe fn Finish_JobError(&self) -> HRESULT[src]

pub unsafe fn Begin_JobModification(
    &self,
    pJob: *mut IBackgroundCopyJob,
    dwReserved: DWORD
) -> HRESULT
[src]

pub unsafe fn Finish_JobModification(&self) -> HRESULT[src]

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for AsyncIBackgroundCopyCallback[src]

impl Deref for AsyncIBackgroundCopyCallback[src]

type Target = IUnknown

The resulting type after dereferencing.

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]