#[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
pub const Single: Self
pub const WordsOnly: Self
pub const Double: Self
pub const Dot: Self
pub const Dash: Self
pub const DashDot: Self
pub const DashDotDot: Self
pub const Wavy: Self
pub const ThickSingle: Self
pub const DoubleWavy: Self
pub const ThickWavy: Self
pub const LongDash: Self
pub const ThickDash: Self
pub const ThickDashDot: Self
pub const ThickDashDotDot: Self
pub const ThickDot: Self
pub const ThickLongDash: Self
pub const Other: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more