Struct windows_sys::UI::Xaml::Controls::Maps::MapInteractionMode
[−]#[repr(transparent)]pub struct MapInteractionMode(pub i32);
Expand description
Required features: "UI_Xaml_Controls_Maps"
Tuple Fields
0: i32
Implementations
impl MapInteractionMode
impl MapInteractionMode
pub const Auto: Self = Self(0i32)
pub const Disabled: Self = Self(1i32)
pub const GestureOnly: Self = Self(2i32)
pub const PointerAndKeyboard: Self = Self(2i32)
pub const ControlOnly: Self = Self(3i32)
pub const GestureAndControl: Self = Self(4i32)
pub const PointerKeyboardAndControl: Self = Self(4i32)
pub const PointerOnly: Self = Self(5i32)
Trait Implementations
impl Clone for MapInteractionMode
impl Clone for MapInteractionMode
impl Copy for MapInteractionMode
Auto Trait Implementations
impl RefUnwindSafe for MapInteractionMode
impl Send for MapInteractionMode
impl Sync for MapInteractionMode
impl Unpin for MapInteractionMode
impl UnwindSafe for MapInteractionMode
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