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