Struct egui_map::map::objects::MapSettings
source · pub struct MapSettings {
pub max_zoom: f32,
pub min_zoom: f32,
pub line_visible_zoom: f32,
pub label_visible_zoom: f32,
pub node_text_visibility: VisibilitySetting,
pub styles: Vec<MapStyle>,
}Fields§
§max_zoom: f32§min_zoom: f32§line_visible_zoom: f32§label_visible_zoom: f32§node_text_visibility: VisibilitySetting§styles: Vec<MapStyle>Implementations§
source§impl MapSettings
impl MapSettings
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MapSettings
impl Send for MapSettings
impl Sync for MapSettings
impl Unpin for MapSettings
impl UnwindSafe for MapSettings
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more