Struct windows_sys::UI::Xaml::Automation::Peers::AutomationNavigationDirection
[−]#[repr(transparent)]pub struct AutomationNavigationDirection(pub i32);
Expand description
Required features: "UI_Xaml_Automation_Peers"
Tuple Fields
0: i32
Implementations
impl AutomationNavigationDirection
impl AutomationNavigationDirection
pub const Parent: Self = Self(0i32)
pub const NextSibling: Self = Self(1i32)
pub const PreviousSibling: Self = Self(2i32)
pub const FirstChild: Self = Self(3i32)
pub const LastChild: Self = Self(4i32)
Trait Implementations
impl Clone for AutomationNavigationDirection
impl Clone for AutomationNavigationDirection
impl Copy for AutomationNavigationDirection
Auto Trait Implementations
impl RefUnwindSafe for AutomationNavigationDirection
impl Send for AutomationNavigationDirection
impl Sync for AutomationNavigationDirection
impl Unpin for AutomationNavigationDirection
impl UnwindSafe for AutomationNavigationDirection
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