Struct IPushNotificationReceivedEventArgs_Vtbl
#[repr(C)]pub struct IPushNotificationReceivedEventArgs_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetCancel: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub Cancel: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub NotificationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PushNotificationType) -> HRESULT,
pub ToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub TileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub BadgeNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RawNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SetCancel: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
§Cancel: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§NotificationType: unsafe extern "system" fn(_: *mut c_void, _: *mut PushNotificationType) -> HRESULT
§ToastNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§TileNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§BadgeNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§RawNotification: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPushNotificationReceivedEventArgs_Vtbl
impl RefUnwindSafe for IPushNotificationReceivedEventArgs_Vtbl
impl Send for IPushNotificationReceivedEventArgs_Vtbl
impl Sync for IPushNotificationReceivedEventArgs_Vtbl
impl Unpin for IPushNotificationReceivedEventArgs_Vtbl
impl UnwindSafe for IPushNotificationReceivedEventArgs_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