Struct windows_sys::UI::Xaml::Automation::Peers::AutomationHeadingLevel
[−]#[repr(transparent)]pub struct AutomationHeadingLevel(pub i32);
Expand description
Required features: "UI_Xaml_Automation_Peers"
Tuple Fields
0: i32
Implementations
impl AutomationHeadingLevel
impl AutomationHeadingLevel
pub const None: Self = Self(0i32)
pub const Level1: Self = Self(1i32)
pub const Level2: Self = Self(2i32)
pub const Level3: Self = Self(3i32)
pub const Level4: Self = Self(4i32)
pub const Level5: Self = Self(5i32)
pub const Level6: Self = Self(6i32)
pub const Level7: Self = Self(7i32)
pub const Level8: Self = Self(8i32)
pub const Level9: Self = Self(9i32)
Trait Implementations
impl Clone for AutomationHeadingLevel
impl Clone for AutomationHeadingLevel
impl Copy for AutomationHeadingLevel
Auto Trait Implementations
impl RefUnwindSafe for AutomationHeadingLevel
impl Send for AutomationHeadingLevel
impl Sync for AutomationHeadingLevel
impl Unpin for AutomationHeadingLevel
impl UnwindSafe for AutomationHeadingLevel
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