Struct windows::UI::Notifications::ITileUpdater_Vtbl
#[repr(C)]pub struct ITileUpdater_Vtbl {Show 13 fields
pub base__: IInspectable_Vtbl,
pub Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub EnableNotificationQueue: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Setting: unsafe extern "system" fn(_: *mut c_void, _: *mut NotificationSetting) -> HRESULT,
pub AddToSchedule: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveFromSchedule: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub GetScheduledTileNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub StartPeriodicUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PeriodicUpdateRecurrence) -> HRESULT,
pub StartPeriodicUpdateAtTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: PeriodicUpdateRecurrence) -> HRESULT,
pub StopPeriodicUpdate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub StartPeriodicUpdateBatch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PeriodicUpdateRecurrence) -> HRESULT,
pub StartPeriodicUpdateBatchAtTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: PeriodicUpdateRecurrence) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Update: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§EnableNotificationQueue: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Setting: unsafe extern "system" fn(_: *mut c_void, _: *mut NotificationSetting) -> HRESULT
§AddToSchedule: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveFromSchedule: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§GetScheduledTileNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§StartPeriodicUpdate: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PeriodicUpdateRecurrence) -> HRESULT
§StartPeriodicUpdateAtTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: PeriodicUpdateRecurrence) -> HRESULT
§StopPeriodicUpdate: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§StartPeriodicUpdateBatch: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: PeriodicUpdateRecurrence) -> HRESULT
§StartPeriodicUpdateBatchAtTime: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: PeriodicUpdateRecurrence) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITileUpdater_Vtbl
impl RefUnwindSafe for ITileUpdater_Vtbl
impl Send for ITileUpdater_Vtbl
impl Sync for ITileUpdater_Vtbl
impl Unpin for ITileUpdater_Vtbl
impl UnwindSafe for ITileUpdater_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