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