#[repr(C)]pub struct IBackgroundTaskRegistration_Vtbl {
pub base__: IInspectable_Vtbl,
pub TaskId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Progress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveProgress: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Completed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveCompleted: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
pub Unregister: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§TaskId: unsafe extern "system" fn(_: *mut c_void, _: *mut GUID) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Progress: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveProgress: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Completed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveCompleted: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
§Unregister: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Implementations§
§impl IBackgroundTaskRegistration_Vtbl
impl IBackgroundTaskRegistration_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundTaskRegistration_Vtblwhere
Identity: IBackgroundTaskRegistration_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundTaskRegistration_Vtbl
impl RefUnwindSafe for IBackgroundTaskRegistration_Vtbl
impl Send for IBackgroundTaskRegistration_Vtbl
impl Sync for IBackgroundTaskRegistration_Vtbl
impl Unpin for IBackgroundTaskRegistration_Vtbl
impl UnwindSafe for IBackgroundTaskRegistration_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