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