Struct windows_sys::UI::Xaml::FocusState
[−]#[repr(transparent)]pub struct FocusState(pub i32);
Expand description
Required features: "UI_Xaml"
Tuple Fields
0: i32
Implementations
impl FocusState
impl FocusState
pub const Unfocused: Self = Self(0i32)
pub const Pointer: Self = Self(1i32)
pub const Keyboard: Self = Self(2i32)
pub const Programmatic: Self = Self(3i32)
Trait Implementations
impl Clone for FocusState
impl Clone for FocusState
impl Copy for FocusState
Auto Trait Implementations
impl RefUnwindSafe for FocusState
impl Send for FocusState
impl Sync for FocusState
impl Unpin for FocusState
impl UnwindSafe for FocusState
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