Struct IToastNotificationHistory_Vtbl
#[repr(C)]pub struct IToastNotificationHistory_Vtbl {
pub base__: IInspectable_Vtbl,
pub RemoveGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveGroupWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveGroupedTagWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub RemoveGroupedTag: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ClearWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§RemoveGroup: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveGroupWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveGroupedTagWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§RemoveGroupedTag: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT
§Remove: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Clear: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§ClearWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IToastNotificationHistory_Vtbl
impl RefUnwindSafe for IToastNotificationHistory_Vtbl
impl Send for IToastNotificationHistory_Vtbl
impl Sync for IToastNotificationHistory_Vtbl
impl Unpin for IToastNotificationHistory_Vtbl
impl UnwindSafe for IToastNotificationHistory_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