Struct IToastNotifier_Vtbl
#[repr(C)]pub struct IToastNotifier_Vtbl {
pub base__: IInspectable_Vtbl,
pub Show: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Hide: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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 GetScheduledToastNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Show: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Hide: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> 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
§GetScheduledToastNotifications: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IToastNotifier_Vtbl
impl RefUnwindSafe for IToastNotifier_Vtbl
impl Send for IToastNotifier_Vtbl
impl Sync for IToastNotifier_Vtbl
impl Unpin for IToastNotifier_Vtbl
impl UnwindSafe for IToastNotifier_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