Struct IBackgroundUploader2_Vtbl
#[repr(C)]pub struct IBackgroundUploader2_Vtbl {
pub base__: IInspectable_Vtbl,
pub TransferGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTransferGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SuccessToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSuccessToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FailureToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFailureToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SuccessTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSuccessTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FailureTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFailureTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TransferGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetTransferGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SuccessToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSuccessToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FailureToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFailureToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SuccessTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetSuccessTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FailureTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFailureTileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBackgroundUploader2_Vtbl
impl RefUnwindSafe for IBackgroundUploader2_Vtbl
impl Send for IBackgroundUploader2_Vtbl
impl Sync for IBackgroundUploader2_Vtbl
impl Unpin for IBackgroundUploader2_Vtbl
impl UnwindSafe for IBackgroundUploader2_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