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