#[repr(transparent)]pub struct AdaptiveNotificationContentKind(pub i32);
Expand description
Required features: ‘UI_Notifications’
Tuple Fields
0: i32
Implementations
impl AdaptiveNotificationContentKind
impl AdaptiveNotificationContentKind
pub const Text: Self
Trait Implementations
impl Clone for AdaptiveNotificationContentKind
impl Clone for AdaptiveNotificationContentKind
impl Copy for AdaptiveNotificationContentKind
Auto Trait Implementations
impl RefUnwindSafe for AdaptiveNotificationContentKind
impl Send for AdaptiveNotificationContentKind
impl Sync for AdaptiveNotificationContentKind
impl Unpin for AdaptiveNotificationContentKind
impl UnwindSafe for AdaptiveNotificationContentKind
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more