Struct IPushNotificationChannelManagerStatics_Vtbl
#[repr(C)]pub struct IPushNotificationChannelManagerStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub CreatePushNotificationChannelForApplicationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreatePushNotificationChannelForApplicationAsyncWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreatePushNotificationChannelForSecondaryTileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§CreatePushNotificationChannelForApplicationAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreatePushNotificationChannelForApplicationAsyncWithId: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreatePushNotificationChannelForSecondaryTileAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IPushNotificationChannelManagerStatics_Vtbl
impl RefUnwindSafe for IPushNotificationChannelManagerStatics_Vtbl
impl Send for IPushNotificationChannelManagerStatics_Vtbl
impl Sync for IPushNotificationChannelManagerStatics_Vtbl
impl Unpin for IPushNotificationChannelManagerStatics_Vtbl
impl UnwindSafe for IPushNotificationChannelManagerStatics_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