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