Struct windows_sys::UI::Text::TextDecorations
[−]#[repr(transparent)]pub struct TextDecorations(pub u32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: u32
Implementations
impl TextDecorations
impl TextDecorations
pub const None: Self = Self(0u32)
pub const Underline: Self = Self(1u32)
pub const Strikethrough: Self = Self(2u32)
Trait Implementations
impl Clone for TextDecorations
impl Clone for TextDecorations
impl Copy for TextDecorations
Auto Trait Implementations
impl RefUnwindSafe for TextDecorations
impl Send for TextDecorations
impl Sync for TextDecorations
impl Unpin for TextDecorations
impl UnwindSafe for TextDecorations
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