Struct windows::UI::Text::TextConstants
pub struct TextConstants;
Implementations§
§impl TextConstants
impl TextConstants
pub fn AutoColor() -> Result<Color>
pub fn MinUnitCount() -> Result<i32>
pub fn MaxUnitCount() -> Result<i32>
pub fn UndefinedColor() -> Result<Color>
pub fn UndefinedFloatValue() -> Result<f32>
pub fn UndefinedInt32Value() -> Result<i32>
pub fn UndefinedFontStretch() -> Result<FontStretch>
pub fn UndefinedFontStyle() -> Result<FontStyle>
Auto Trait Implementations§
impl Freeze for TextConstants
impl RefUnwindSafe for TextConstants
impl Send for TextConstants
impl Sync for TextConstants
impl Unpin for TextConstants
impl UnwindSafe for TextConstants
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