Struct windows_sys::UI::Text::UnderlineType
[−]#[repr(transparent)]pub struct UnderlineType(pub i32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: i32
Implementations
impl UnderlineType
impl UnderlineType
pub const Undefined: Self = Self(0i32)
pub const None: Self = Self(1i32)
pub const Single: Self = Self(2i32)
pub const Words: Self = Self(3i32)
pub const Double: Self = Self(4i32)
pub const Dotted: Self = Self(5i32)
pub const Dash: Self = Self(6i32)
pub const DashDot: Self = Self(7i32)
pub const DashDotDot: Self = Self(8i32)
pub const Wave: Self = Self(9i32)
pub const Thick: Self = Self(10i32)
pub const Thin: Self = Self(11i32)
pub const DoubleWave: Self = Self(12i32)
pub const HeavyWave: Self = Self(13i32)
pub const LongDash: Self = Self(14i32)
pub const ThickDash: Self = Self(15i32)
pub const ThickDashDot: Self = Self(16i32)
pub const ThickDashDotDot: Self = Self(17i32)
pub const ThickDotted: Self = Self(18i32)
pub const ThickLongDash: Self = Self(19i32)
Trait Implementations
impl Clone for UnderlineType
impl Clone for UnderlineType
impl Copy for UnderlineType
Auto Trait Implementations
impl RefUnwindSafe for UnderlineType
impl Send for UnderlineType
impl Sync for UnderlineType
impl Unpin for UnderlineType
impl UnwindSafe for UnderlineType
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