Struct windows_sys::UI::Xaml::AutomationTextAttributesEnum
[−]#[repr(transparent)]pub struct AutomationTextAttributesEnum(pub i32);
Expand description
Required features: "UI_Xaml"
Tuple Fields
0: i32
Implementations
impl AutomationTextAttributesEnum
impl AutomationTextAttributesEnum
pub const AnimationStyleAttribute: Self = Self(40000i32)
pub const BackgroundColorAttribute: Self = Self(40001i32)
pub const BulletStyleAttribute: Self = Self(40002i32)
pub const CapStyleAttribute: Self = Self(40003i32)
pub const CultureAttribute: Self = Self(40004i32)
pub const FontNameAttribute: Self = Self(40005i32)
pub const FontSizeAttribute: Self = Self(40006i32)
pub const FontWeightAttribute: Self = Self(40007i32)
pub const ForegroundColorAttribute: Self = Self(40008i32)
pub const HorizontalTextAlignmentAttribute: Self = Self(40009i32)
pub const IndentationFirstLineAttribute: Self = Self(40010i32)
pub const IndentationLeadingAttribute: Self = Self(40011i32)
pub const IndentationTrailingAttribute: Self = Self(40012i32)
pub const IsHiddenAttribute: Self = Self(40013i32)
pub const IsItalicAttribute: Self = Self(40014i32)
pub const IsReadOnlyAttribute: Self = Self(40015i32)
pub const IsSubscriptAttribute: Self = Self(40016i32)
pub const IsSuperscriptAttribute: Self = Self(40017i32)
pub const MarginBottomAttribute: Self = Self(40018i32)
pub const MarginLeadingAttribute: Self = Self(40019i32)
pub const MarginTopAttribute: Self = Self(40020i32)
pub const MarginTrailingAttribute: Self = Self(40021i32)
pub const OutlineStylesAttribute: Self = Self(40022i32)
pub const OverlineColorAttribute: Self = Self(40023i32)
pub const OverlineStyleAttribute: Self = Self(40024i32)
pub const StrikethroughColorAttribute: Self = Self(40025i32)
pub const StrikethroughStyleAttribute: Self = Self(40026i32)
pub const TabsAttribute: Self = Self(40027i32)
pub const TextFlowDirectionsAttribute: Self = Self(40028i32)
pub const UnderlineColorAttribute: Self = Self(40029i32)
pub const UnderlineStyleAttribute: Self = Self(40030i32)
pub const AnnotationTypesAttribute: Self = Self(40031i32)
pub const AnnotationObjectsAttribute: Self = Self(40032i32)
pub const StyleNameAttribute: Self = Self(40033i32)
pub const StyleIdAttribute: Self = Self(40034i32)
pub const LinkAttribute: Self = Self(40035i32)
pub const IsActiveAttribute: Self = Self(40036i32)
pub const SelectionActiveEndAttribute: Self = Self(40037i32)
pub const CaretPositionAttribute: Self = Self(40038i32)
pub const CaretBidiModeAttribute: Self = Self(40039i32)
Trait Implementations
impl Clone for AutomationTextAttributesEnum
impl Clone for AutomationTextAttributesEnum
impl Copy for AutomationTextAttributesEnum
Auto Trait Implementations
impl RefUnwindSafe for AutomationTextAttributesEnum
impl Send for AutomationTextAttributesEnum
impl Sync for AutomationTextAttributesEnum
impl Unpin for AutomationTextAttributesEnum
impl UnwindSafe for AutomationTextAttributesEnum
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