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