Struct windows_sys::UI::Xaml::Input::XYFocusKeyboardNavigationMode
[−]#[repr(transparent)]pub struct XYFocusKeyboardNavigationMode(pub i32);
Expand description
Required features: "UI_Xaml_Input"
Tuple Fields
0: i32
Implementations
Trait Implementations
impl Clone for XYFocusKeyboardNavigationMode
impl Clone for XYFocusKeyboardNavigationMode
impl Copy for XYFocusKeyboardNavigationMode
Auto Trait Implementations
impl RefUnwindSafe for XYFocusKeyboardNavigationMode
impl Send for XYFocusKeyboardNavigationMode
impl Sync for XYFocusKeyboardNavigationMode
impl Unpin for XYFocusKeyboardNavigationMode
impl UnwindSafe for XYFocusKeyboardNavigationMode
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