#[repr(transparent)]pub struct PushNotificationType(pub i32);
Expand description
Required features: "Networking_PushNotifications"
Tuple Fields
0: i32
Implementations
impl PushNotificationType
impl PushNotificationType
pub const Toast: Self = Self(0i32)
pub const Tile: Self = Self(1i32)
pub const Badge: Self = Self(2i32)
pub const Raw: Self = Self(3i32)
pub const TileFlyout: Self = Self(4i32)
Trait Implementations
impl Clone for PushNotificationType
impl Clone for PushNotificationType
impl Copy for PushNotificationType
Auto Trait Implementations
impl RefUnwindSafe for PushNotificationType
impl Send for PushNotificationType
impl Sync for PushNotificationType
impl Unpin for PushNotificationType
impl UnwindSafe for PushNotificationType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more