#[repr(transparent)]pub struct AutomationTextDecorationLineStyle(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl AutomationTextDecorationLineStyle
impl AutomationTextDecorationLineStyle
pub const None: Self = Self(0i32)
pub const Single: Self = Self(1i32)
pub const WordsOnly: Self = Self(2i32)
pub const Double: Self = Self(3i32)
pub const Dot: Self = Self(4i32)
pub const Dash: Self = Self(5i32)
pub const DashDot: Self = Self(6i32)
pub const DashDotDot: Self = Self(7i32)
pub const Wavy: Self = Self(8i32)
pub const ThickSingle: Self = Self(9i32)
pub const DoubleWavy: Self = Self(10i32)
pub const ThickWavy: Self = Self(11i32)
pub const LongDash: Self = Self(12i32)
pub const ThickDash: Self = Self(13i32)
pub const ThickDashDot: Self = Self(14i32)
pub const ThickDashDotDot: Self = Self(15i32)
pub const ThickDot: Self = Self(16i32)
pub const ThickLongDash: Self = Self(17i32)
pub const Other: Self = Self(18i32)
Trait Implementations
impl Clone for AutomationTextDecorationLineStyle
impl Clone for AutomationTextDecorationLineStyle
impl Copy for AutomationTextDecorationLineStyle
Auto Trait Implementations
impl RefUnwindSafe for AutomationTextDecorationLineStyle
impl Send for AutomationTextDecorationLineStyle
impl Sync for AutomationTextDecorationLineStyle
impl Unpin for AutomationTextDecorationLineStyle
impl UnwindSafe for AutomationTextDecorationLineStyle
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