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 = Self(0i32)
pub const DisabledForApplication: Self = Self(1i32)
pub const DisabledForUser: Self = Self(2i32)
pub const DisabledByGroupPolicy: Self = Self(3i32)
pub const DisabledByManifest: Self = Self(4i32)
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 · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more