Struct windows_sys::UI::Xaml::Controls::Maps::MapProjection
[−]#[repr(transparent)]pub struct MapProjection(pub i32);
Expand description
Required features: ‘UI_Xaml_Controls_Maps’
Tuple Fields
0: i32
Implementations
impl MapProjection
impl MapProjection
pub const WebMercator: Self
pub const Globe: Self
Trait Implementations
impl Clone for MapProjection
impl Clone for MapProjection
impl Copy for MapProjection
Auto Trait Implementations
impl RefUnwindSafe for MapProjection
impl Send for MapProjection
impl Sync for MapProjection
impl Unpin for MapProjection
impl UnwindSafe for MapProjection
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