Struct windows_sys::UI::Notifications::ToastTemplateType
[−]#[repr(transparent)]pub struct ToastTemplateType(pub i32);
Expand description
Required features: "UI_Notifications"
Tuple Fields
0: i32
Implementations
impl ToastTemplateType
impl ToastTemplateType
pub const ToastImageAndText01: Self = Self(0i32)
pub const ToastImageAndText02: Self = Self(1i32)
pub const ToastImageAndText03: Self = Self(2i32)
pub const ToastImageAndText04: Self = Self(3i32)
pub const ToastText01: Self = Self(4i32)
pub const ToastText02: Self = Self(5i32)
pub const ToastText03: Self = Self(6i32)
pub const ToastText04: Self = Self(7i32)
Trait Implementations
impl Clone for ToastTemplateType
impl Clone for ToastTemplateType
impl Copy for ToastTemplateType
Auto Trait Implementations
impl RefUnwindSafe for ToastTemplateType
impl Send for ToastTemplateType
impl Sync for ToastTemplateType
impl Unpin for ToastTemplateType
impl UnwindSafe for ToastTemplateType
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