Struct ITileFlyoutUpdater_Vtbl
#[repr(C)]pub struct ITileFlyoutUpdater_Vtbl {
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 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 Setting: unsafe extern "system" fn(_: *mut c_void, _: *mut NotificationSetting) -> 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
§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
§Setting: unsafe extern "system" fn(_: *mut c_void, _: *mut NotificationSetting) -> HRESULT
Auto Trait Implementations§
impl Freeze for ITileFlyoutUpdater_Vtbl
impl RefUnwindSafe for ITileFlyoutUpdater_Vtbl
impl Send for ITileFlyoutUpdater_Vtbl
impl Sync for ITileFlyoutUpdater_Vtbl
impl Unpin for ITileFlyoutUpdater_Vtbl
impl UnwindSafe for ITileFlyoutUpdater_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