Struct windows_sys::UI::Notifications::NotificationKinds
[−]#[repr(transparent)]pub struct NotificationKinds(pub u32);
Expand description
Required features: "UI_Notifications"
Tuple Fields
0: u32
Implementations
impl NotificationKinds
impl NotificationKinds
Trait Implementations
impl Clone for NotificationKinds
impl Clone for NotificationKinds
impl Copy for NotificationKinds
Auto Trait Implementations
impl RefUnwindSafe for NotificationKinds
impl Send for NotificationKinds
impl Sync for NotificationKinds
impl Unpin for NotificationKinds
impl UnwindSafe for NotificationKinds
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