Struct windows_sys::UI::Notifications::NotificationSetting
[−]#[repr(transparent)]pub struct NotificationSetting(pub i32);
Expand description
Required features: ‘UI_Notifications’
Tuple Fields
0: i32
Implementations
impl NotificationSetting
impl NotificationSetting
pub const Enabled: Self
pub const DisabledForApplication: Self
pub const DisabledForUser: Self
pub const DisabledByGroupPolicy: Self
pub const DisabledByManifest: Self
Trait Implementations
impl Clone for NotificationSetting
impl Clone for NotificationSetting
impl Copy for NotificationSetting
Auto Trait Implementations
impl RefUnwindSafe for NotificationSetting
impl Send for NotificationSetting
impl Sync for NotificationSetting
impl Unpin for NotificationSetting
impl UnwindSafe for NotificationSetting
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