pub struct MapStyle {
pub border: Option<Stroke>,
pub line: Option<Stroke>,
pub fill_color: Color32,
pub text_color: Color32,
pub font: Option<FontId>,
pub background_color: Color32,
pub alert_color: Color32,
}Fields§
§border: Option<Stroke>§line: Option<Stroke>§fill_color: Color32§text_color: Color32§font: Option<FontId>§background_color: Color32§alert_color: Color32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MapStyle
impl Send for MapStyle
impl Sync for MapStyle
impl Unpin for MapStyle
impl UnwindSafe for MapStyle
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