Struct windows_sys::UI::Xaml::Automation::AutomationStyleId
[−]#[repr(transparent)]pub struct AutomationStyleId(pub i32);
Expand description
Required features: "UI_Xaml_Automation"
Tuple Fields
0: i32
Implementations
impl AutomationStyleId
impl AutomationStyleId
pub const Heading1: Self = Self(70001i32)
pub const Heading2: Self = Self(70002i32)
pub const Heading3: Self = Self(70003i32)
pub const Heading4: Self = Self(70004i32)
pub const Heading5: Self = Self(70005i32)
pub const Heading6: Self = Self(70006i32)
pub const Heading7: Self = Self(70007i32)
pub const Heading8: Self = Self(70008i32)
pub const Heading9: Self = Self(70009i32)
pub const Title: Self = Self(70010i32)
pub const Subtitle: Self = Self(70011i32)
pub const Normal: Self = Self(70012i32)
pub const Emphasis: Self = Self(70013i32)
pub const Quote: Self = Self(70014i32)
pub const BulletedList: Self = Self(70015i32)
Trait Implementations
impl Clone for AutomationStyleId
impl Clone for AutomationStyleId
impl Copy for AutomationStyleId
Auto Trait Implementations
impl RefUnwindSafe for AutomationStyleId
impl Send for AutomationStyleId
impl Sync for AutomationStyleId
impl Unpin for AutomationStyleId
impl UnwindSafe for AutomationStyleId
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