Struct IScheduledToastNotificationFactory_Vtbl
#[repr(C)]pub struct IScheduledToastNotificationFactory_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreateScheduledToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: *mut *mut c_void) -> HRESULT,
pub CreateScheduledToastNotificationRecurring: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: TimeSpan, _: u32, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§CreateScheduledToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: *mut *mut c_void) -> HRESULT
§CreateScheduledToastNotificationRecurring: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: DateTime, _: TimeSpan, _: u32, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IScheduledToastNotificationFactory_Vtbl
impl RefUnwindSafe for IScheduledToastNotificationFactory_Vtbl
impl Send for IScheduledToastNotificationFactory_Vtbl
impl Sync for IScheduledToastNotificationFactory_Vtbl
impl Unpin for IScheduledToastNotificationFactory_Vtbl
impl UnwindSafe for IScheduledToastNotificationFactory_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