Struct windows_sys::UI::Xaml::Controls::RequiresPointer
[−]#[repr(transparent)]pub struct RequiresPointer(pub i32);
Expand description
Required features: "UI_Xaml_Controls"
Tuple Fields
0: i32
Implementations
impl RequiresPointer
impl RequiresPointer
pub const Never: Self = Self(0i32)
pub const WhenEngaged: Self = Self(1i32)
pub const WhenFocused: Self = Self(2i32)
Trait Implementations
impl Clone for RequiresPointer
impl Clone for RequiresPointer
impl Copy for RequiresPointer
Auto Trait Implementations
impl RefUnwindSafe for RequiresPointer
impl Send for RequiresPointer
impl Sync for RequiresPointer
impl Unpin for RequiresPointer
impl UnwindSafe for RequiresPointer
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