Struct IDownloadOperation_Vtbl
#[repr(C)]pub struct IDownloadOperation_Vtbl {
pub base__: IInspectable_Vtbl,
pub ResultFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Progress: unsafe extern "system" fn(_: *mut c_void, _: *mut BackgroundDownloadProgress) -> HRESULT,
pub StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AttachAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ResultFile: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Progress: unsafe extern "system" fn(_: *mut c_void, _: *mut BackgroundDownloadProgress) -> HRESULT§StartAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§AttachAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Pause: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§Resume: unsafe extern "system" fn(_: *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IDownloadOperation_Vtbl
impl RefUnwindSafe for IDownloadOperation_Vtbl
impl Send for IDownloadOperation_Vtbl
impl Sync for IDownloadOperation_Vtbl
impl Unpin for IDownloadOperation_Vtbl
impl UnwindSafe for IDownloadOperation_Vtbl
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