pub struct SymbolPaint {Show 21 fields
pub icon_color: Option<Expression<()>>,
pub icon_color_brightness_max: Option<Expression<()>>,
pub icon_color_brightness_min: Option<Expression<()>>,
pub icon_color_contrast: Option<Expression<()>>,
pub icon_color_saturation: Option<Expression<()>>,
pub icon_emissive_strength: Option<Expression<()>>,
pub icon_halo_blur: Option<Expression<()>>,
pub icon_halo_color: Option<Expression<()>>,
pub icon_halo_width: Option<Expression<()>>,
pub icon_image_cross_fade: Option<Expression<()>>,
pub icon_opacity: Option<Expression<()>>,
pub icon_translate: Option<Expression<()>>,
pub icon_translate_anchor: Option<Expression<TranslateAnchor>>,
pub text_color: Option<Expression<()>>,
pub text_emissive_strength: Option<Expression<()>>,
pub text_halo_blur: Option<Expression<()>>,
pub text_halo_color: Option<Expression<()>>,
pub text_halo_width: Option<Expression<()>>,
pub text_opacity: Option<Expression<()>>,
pub text_translate: Option<Expression<()>>,
pub text_translate_anchor: Option<Expression<TranslateAnchor>>,
}Fields§
§icon_color: Option<Expression<()>>§icon_color_brightness_max: Option<Expression<()>>§icon_color_brightness_min: Option<Expression<()>>§icon_color_contrast: Option<Expression<()>>§icon_color_saturation: Option<Expression<()>>§icon_emissive_strength: Option<Expression<()>>§icon_halo_blur: Option<Expression<()>>§icon_halo_color: Option<Expression<()>>§icon_halo_width: Option<Expression<()>>§icon_image_cross_fade: Option<Expression<()>>§icon_opacity: Option<Expression<()>>§icon_translate: Option<Expression<()>>§icon_translate_anchor: Option<Expression<TranslateAnchor>>§text_color: Option<Expression<()>>§text_emissive_strength: Option<Expression<()>>§text_halo_blur: Option<Expression<()>>§text_halo_color: Option<Expression<()>>§text_halo_width: Option<Expression<()>>§text_opacity: Option<Expression<()>>§text_translate: Option<Expression<()>>§text_translate_anchor: Option<Expression<TranslateAnchor>>Trait Implementations§
Source§impl Clone for SymbolPaint
impl Clone for SymbolPaint
Source§fn clone(&self) -> SymbolPaint
fn clone(&self) -> SymbolPaint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SymbolPaint
impl Debug for SymbolPaint
Source§impl Default for SymbolPaint
impl Default for SymbolPaint
Source§fn default() -> SymbolPaint
fn default() -> SymbolPaint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SymbolPaint
impl<'de> Deserialize<'de> for SymbolPaint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SymbolPaint
impl RefUnwindSafe for SymbolPaint
impl Send for SymbolPaint
impl Sync for SymbolPaint
impl Unpin for SymbolPaint
impl UnwindSafe for SymbolPaint
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