#[repr(C)]pub struct IDownloadOperation3_Vtbl {
pub base__: IInspectable_Vtbl,
pub IsRandomAccessRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetIsRandomAccessRequired: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub GetResultRandomAccessStreamReference: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub GetDownloadedRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RangesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveRangesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub SetRequestedUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RecoverableWebErrorStatuses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CurrentWebErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§IsRandomAccessRequired: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetIsRandomAccessRequired: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§GetResultRandomAccessStreamReference: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§GetDownloadedRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RangesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveRangesDownloaded: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§SetRequestedUri: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RecoverableWebErrorStatuses: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CurrentWebErrorStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IDownloadOperation3_Vtbl
impl RefUnwindSafe for IDownloadOperation3_Vtbl
impl Send for IDownloadOperation3_Vtbl
impl Sync for IDownloadOperation3_Vtbl
impl Unpin for IDownloadOperation3_Vtbl
impl UnwindSafe for IDownloadOperation3_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