#[repr(C)]pub struct IScheduledToastNotification2_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetTag: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetGroup: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub Group: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetSuppressPopup: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub SuppressPopup: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetTag: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Tag: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetGroup: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§Group: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetSuppressPopup: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§SuppressPopup: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IScheduledToastNotification2_Vtbl
impl RefUnwindSafe for IScheduledToastNotification2_Vtbl
impl Send for IScheduledToastNotification2_Vtbl
impl Sync for IScheduledToastNotification2_Vtbl
impl Unpin for IScheduledToastNotification2_Vtbl
impl UnwindSafe for IScheduledToastNotification2_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