#[repr(transparent)]pub struct MapStyle(pub i32);
Expand description
Required features: "UI_Xaml_Controls_Maps"
Tuple Fields
0: i32
Implementations
impl MapStyle
impl MapStyle
pub const None: Self = Self(0i32)
pub const Road: Self = Self(1i32)
pub const Aerial: Self = Self(2i32)
pub const AerialWithRoads: Self = Self(3i32)
pub const Terrain: Self = Self(4i32)
pub const Aerial3D: Self = Self(5i32)
pub const Aerial3DWithRoads: Self = Self(6i32)
pub const Custom: Self = Self(7i32)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MapStyle
impl Send for MapStyle
impl Sync for MapStyle
impl Unpin for MapStyle
impl UnwindSafe for MapStyle
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