#[repr(C)]pub struct IClipServiceNotificationHelper_Vtbl {
pub base__: IUnknown_Vtbl,
pub ShowToast: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ShowToast: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>, _: MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IClipServiceNotificationHelper_Vtbl
impl IClipServiceNotificationHelper_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IClipServiceNotificationHelper_Vtblwhere
Identity: IClipServiceNotificationHelper_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IClipServiceNotificationHelper_Vtbl
impl RefUnwindSafe for IClipServiceNotificationHelper_Vtbl
impl Send for IClipServiceNotificationHelper_Vtbl
impl Sync for IClipServiceNotificationHelper_Vtbl
impl Unpin for IClipServiceNotificationHelper_Vtbl
impl UnwindSafe for IClipServiceNotificationHelper_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