Struct windows_sys::UI::Xaml::Controls::Maps::MapZoomLevelRange
[−]Expand description
Required features: "UI_Xaml_Controls_Maps"
Fields
Min: f64
Max: f64
Trait Implementations
impl Clone for MapZoomLevelRange
impl Clone for MapZoomLevelRange
impl Copy for MapZoomLevelRange
Auto Trait Implementations
impl RefUnwindSafe for MapZoomLevelRange
impl Send for MapZoomLevelRange
impl Sync for MapZoomLevelRange
impl Unpin for MapZoomLevelRange
impl UnwindSafe for MapZoomLevelRange
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