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: i32Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more