pub struct KnownAdaptiveNotificationTextStyles;
Implementations§
§impl KnownAdaptiveNotificationTextStyles
impl KnownAdaptiveNotificationTextStyles
pub fn Caption() -> Result<HSTRING>
pub fn Body() -> Result<HSTRING>
pub fn Base() -> Result<HSTRING>
pub fn Subtitle() -> Result<HSTRING>
pub fn Title() -> Result<HSTRING>
pub fn Subheader() -> Result<HSTRING>
pub fn Header() -> Result<HSTRING>
pub fn TitleNumeral() -> Result<HSTRING>
pub fn SubheaderNumeral() -> Result<HSTRING>
pub fn HeaderNumeral() -> Result<HSTRING>
pub fn CaptionSubtle() -> Result<HSTRING>
pub fn BodySubtle() -> Result<HSTRING>
pub fn BaseSubtle() -> Result<HSTRING>
pub fn SubtitleSubtle() -> Result<HSTRING>
pub fn TitleSubtle() -> Result<HSTRING>
pub fn SubheaderSubtle() -> Result<HSTRING>
pub fn SubheaderNumeralSubtle() -> Result<HSTRING>
pub fn HeaderSubtle() -> Result<HSTRING>
pub fn HeaderNumeralSubtle() -> Result<HSTRING>
Auto Trait Implementations§
impl Freeze for KnownAdaptiveNotificationTextStyles
impl RefUnwindSafe for KnownAdaptiveNotificationTextStyles
impl Send for KnownAdaptiveNotificationTextStyles
impl Sync for KnownAdaptiveNotificationTextStyles
impl Unpin for KnownAdaptiveNotificationTextStyles
impl UnwindSafe for KnownAdaptiveNotificationTextStyles
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more