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