Struct svgwriter::tags::FeTurbulence
source · [−]pub struct FeTurbulence { /* private fields */ }
Expand description
The <feTurbulence>
svg tag.
Content
anyNumberOfElementsAnyOrder
Elements
These elements are allowed to appear within this tag:
Implementations
sourceimpl FeTurbulence
impl FeTurbulence
pub fn push<T>(&mut self, content: T) where
T: Content + 'static,
pub fn append<T>(self, content: T) -> Self where
T: Content + 'static,
sourcepub fn with_base_frequency<V>(self, value: V) -> Self where
V: Value + 'static,
pub fn with_base_frequency<V>(self, value: V) -> Self where
V: Value + 'static,
Set the baseFrequency
attribute.
sourcepub fn set_base_frequency<V>(&mut self, value: V) where
V: Value + 'static,
pub fn set_base_frequency<V>(&mut self, value: V) where
V: Value + 'static,
Set the baseFrequency
attribute.
sourcepub fn base_frequency(&self) -> Option<&dyn Value>
pub fn base_frequency(&self) -> Option<&dyn Value>
Get the baseFrequency
attribute.
sourcepub fn with_class<V>(self, value: V) -> Self where
V: Value + 'static,
pub fn with_class<V>(self, value: V) -> Self where
V: Value + 'static,
Set the class
attribute.
sourcepub fn with_num_octaves<V>(self, value: V) -> Self where
V: Value + 'static,
pub fn with_num_octaves<V>(self, value: V) -> Self where
V: Value + 'static,
Set the numOctaves
attribute.
sourcepub fn set_num_octaves<V>(&mut self, value: V) where
V: Value + 'static,
pub fn set_num_octaves<V>(&mut self, value: V) where
V: Value + 'static,
Set the numOctaves
attribute.
sourcepub fn num_octaves(&self) -> Option<&dyn Value>
pub fn num_octaves(&self) -> Option<&dyn Value>
Get the numOctaves
attribute.
sourcepub fn with_stitch_tiles<V>(self, value: V) -> Self where
V: Value + 'static,
pub fn with_stitch_tiles<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stitchTiles
attribute.
sourcepub fn set_stitch_tiles<V>(&mut self, value: V) where
V: Value + 'static,
pub fn set_stitch_tiles<V>(&mut self, value: V) where
V: Value + 'static,
Set the stitchTiles
attribute.
sourcepub fn stitch_tiles(&self) -> Option<&dyn Value>
pub fn stitch_tiles(&self) -> Option<&dyn Value>
Get the stitchTiles
attribute.
sourcepub fn with_style<V>(self, value: V) -> Self where
V: Value + 'static,
pub fn with_style<V>(self, value: V) -> Self where
V: Value + 'static,
Set the style
attribute.
Trait Implementations
sourceimpl Debug for FeTurbulence
impl Debug for FeTurbulence
sourceimpl Default for FeTurbulence
impl Default for FeTurbulence
sourceimpl TagWithCoreAttributes for FeTurbulence
impl TagWithCoreAttributes for FeTurbulence
sourcefn with_tabindex<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_tabindex<V>(self, value: V) -> Self where
V: Value + 'static,
Set the tabindex
attribute.
sourcefn set_tabindex<V>(&mut self, value: V) where
V: Value + 'static,
fn set_tabindex<V>(&mut self, value: V) where
V: Value + 'static,
Set the tabindex
attribute.
sourcefn with_xml_base<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_xml_base<V>(self, value: V) -> Self where
V: Value + 'static,
Set the xml:base
attribute.
sourcefn set_xml_base<V>(&mut self, value: V) where
V: Value + 'static,
fn set_xml_base<V>(&mut self, value: V) where
V: Value + 'static,
Set the xml:base
attribute.
sourcefn with_xml_lang<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_xml_lang<V>(self, value: V) -> Self where
V: Value + 'static,
Set the xml:lang
attribute.
sourcefn set_xml_lang<V>(&mut self, value: V) where
V: Value + 'static,
fn set_xml_lang<V>(&mut self, value: V) where
V: Value + 'static,
Set the xml:lang
attribute.
sourcefn with_xml_space<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_xml_space<V>(self, value: V) -> Self where
V: Value + 'static,
Set the xml:space
attribute.
sourcefn set_xml_space<V>(&mut self, value: V) where
V: Value + 'static,
fn set_xml_space<V>(&mut self, value: V) where
V: Value + 'static,
Set the xml:space
attribute.
sourceimpl TagWithFilterAttributes for FeTurbulence
impl TagWithFilterAttributes for FeTurbulence
sourcefn with_height<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_height<V>(self, value: V) -> Self where
V: Value + 'static,
Set the height
attribute.
sourcefn set_height<V>(&mut self, value: V) where
V: Value + 'static,
fn set_height<V>(&mut self, value: V) where
V: Value + 'static,
Set the height
attribute.
sourcefn with_result<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_result<V>(self, value: V) -> Self where
V: Value + 'static,
Set the result
attribute.
sourcefn set_result<V>(&mut self, value: V) where
V: Value + 'static,
fn set_result<V>(&mut self, value: V) where
V: Value + 'static,
Set the result
attribute.
sourcefn with_width<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_width<V>(self, value: V) -> Self where
V: Value + 'static,
Set the width
attribute.
sourceimpl TagWithPresentationAttributes for FeTurbulence
impl TagWithPresentationAttributes for FeTurbulence
sourcefn with_alignment_baseline<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_alignment_baseline<V>(self, value: V) -> Self where
V: Value + 'static,
Set the alignment-baseline
attribute.
sourcefn set_alignment_baseline<V>(&mut self, value: V) where
V: Value + 'static,
fn set_alignment_baseline<V>(&mut self, value: V) where
V: Value + 'static,
Set the alignment-baseline
attribute.
sourcefn alignment_baseline(&self) -> Option<&dyn Value>
fn alignment_baseline(&self) -> Option<&dyn Value>
Get the alignment-baseline
attribute.
sourcefn with_baseline_shift<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_baseline_shift<V>(self, value: V) -> Self where
V: Value + 'static,
Set the baseline-shift
attribute.
sourcefn set_baseline_shift<V>(&mut self, value: V) where
V: Value + 'static,
fn set_baseline_shift<V>(&mut self, value: V) where
V: Value + 'static,
Set the baseline-shift
attribute.
sourcefn baseline_shift(&self) -> Option<&dyn Value>
fn baseline_shift(&self) -> Option<&dyn Value>
Get the baseline-shift
attribute.
sourcefn with_clip_path<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_clip_path<V>(self, value: V) -> Self where
V: Value + 'static,
Set the clip-path
attribute.
sourcefn set_clip_path<V>(&mut self, value: V) where
V: Value + 'static,
fn set_clip_path<V>(&mut self, value: V) where
V: Value + 'static,
Set the clip-path
attribute.
sourcefn with_clip_rule<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_clip_rule<V>(self, value: V) -> Self where
V: Value + 'static,
Set the clip-rule
attribute.
sourcefn set_clip_rule<V>(&mut self, value: V) where
V: Value + 'static,
fn set_clip_rule<V>(&mut self, value: V) where
V: Value + 'static,
Set the clip-rule
attribute.
sourcefn with_color<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_color<V>(self, value: V) -> Self where
V: Value + 'static,
Set the color
attribute.
sourcefn with_color_interpolation<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_color_interpolation<V>(self, value: V) -> Self where
V: Value + 'static,
Set the color-interpolation
attribute.
sourcefn set_color_interpolation<V>(&mut self, value: V) where
V: Value + 'static,
fn set_color_interpolation<V>(&mut self, value: V) where
V: Value + 'static,
Set the color-interpolation
attribute.
sourcefn color_interpolation(&self) -> Option<&dyn Value>
fn color_interpolation(&self) -> Option<&dyn Value>
Get the color-interpolation
attribute.
sourcefn with_color_interpolation_filters<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_color_interpolation_filters<V>(self, value: V) -> Self where
V: Value + 'static,
Set the color-interpolation-filters
attribute.
sourcefn set_color_interpolation_filters<V>(&mut self, value: V) where
V: Value + 'static,
fn set_color_interpolation_filters<V>(&mut self, value: V) where
V: Value + 'static,
Set the color-interpolation-filters
attribute.
sourcefn color_interpolation_filters(&self) -> Option<&dyn Value>
fn color_interpolation_filters(&self) -> Option<&dyn Value>
Get the color-interpolation-filters
attribute.
sourcefn with_color_profile<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_color_profile<V>(self, value: V) -> Self where
V: Value + 'static,
Set the color-profile
attribute.
sourcefn set_color_profile<V>(&mut self, value: V) where
V: Value + 'static,
fn set_color_profile<V>(&mut self, value: V) where
V: Value + 'static,
Set the color-profile
attribute.
sourcefn color_profile(&self) -> Option<&dyn Value>
fn color_profile(&self) -> Option<&dyn Value>
Get the color-profile
attribute.
sourcefn with_color_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_color_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
Set the color-rendering
attribute.
sourcefn set_color_rendering<V>(&mut self, value: V) where
V: Value + 'static,
fn set_color_rendering<V>(&mut self, value: V) where
V: Value + 'static,
Set the color-rendering
attribute.
sourcefn color_rendering(&self) -> Option<&dyn Value>
fn color_rendering(&self) -> Option<&dyn Value>
Get the color-rendering
attribute.
sourcefn with_cursor<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_cursor<V>(self, value: V) -> Self where
V: Value + 'static,
Set the cursor
attribute.
sourcefn set_cursor<V>(&mut self, value: V) where
V: Value + 'static,
fn set_cursor<V>(&mut self, value: V) where
V: Value + 'static,
Set the cursor
attribute.
sourcefn with_direction<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_direction<V>(self, value: V) -> Self where
V: Value + 'static,
Set the direction
attribute.
sourcefn set_direction<V>(&mut self, value: V) where
V: Value + 'static,
fn set_direction<V>(&mut self, value: V) where
V: Value + 'static,
Set the direction
attribute.
sourcefn with_display<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_display<V>(self, value: V) -> Self where
V: Value + 'static,
Set the display
attribute.
sourcefn set_display<V>(&mut self, value: V) where
V: Value + 'static,
fn set_display<V>(&mut self, value: V) where
V: Value + 'static,
Set the display
attribute.
sourcefn with_dominant_baseline<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_dominant_baseline<V>(self, value: V) -> Self where
V: Value + 'static,
Set the dominant-baseline
attribute.
sourcefn set_dominant_baseline<V>(&mut self, value: V) where
V: Value + 'static,
fn set_dominant_baseline<V>(&mut self, value: V) where
V: Value + 'static,
Set the dominant-baseline
attribute.
sourcefn dominant_baseline(&self) -> Option<&dyn Value>
fn dominant_baseline(&self) -> Option<&dyn Value>
Get the dominant-baseline
attribute.
sourcefn with_enable_background<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_enable_background<V>(self, value: V) -> Self where
V: Value + 'static,
Set the enable-background
attribute.
sourcefn set_enable_background<V>(&mut self, value: V) where
V: Value + 'static,
fn set_enable_background<V>(&mut self, value: V) where
V: Value + 'static,
Set the enable-background
attribute.
sourcefn enable_background(&self) -> Option<&dyn Value>
fn enable_background(&self) -> Option<&dyn Value>
Get the enable-background
attribute.
sourcefn with_fill_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_fill_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
Set the fill-opacity
attribute.
sourcefn set_fill_opacity<V>(&mut self, value: V) where
V: Value + 'static,
fn set_fill_opacity<V>(&mut self, value: V) where
V: Value + 'static,
Set the fill-opacity
attribute.
sourcefn fill_opacity(&self) -> Option<&dyn Value>
fn fill_opacity(&self) -> Option<&dyn Value>
Get the fill-opacity
attribute.
sourcefn with_fill_rule<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_fill_rule<V>(self, value: V) -> Self where
V: Value + 'static,
Set the fill-rule
attribute.
sourcefn set_fill_rule<V>(&mut self, value: V) where
V: Value + 'static,
fn set_fill_rule<V>(&mut self, value: V) where
V: Value + 'static,
Set the fill-rule
attribute.
sourcefn with_filter<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_filter<V>(self, value: V) -> Self where
V: Value + 'static,
Set the filter
attribute.
sourcefn set_filter<V>(&mut self, value: V) where
V: Value + 'static,
fn set_filter<V>(&mut self, value: V) where
V: Value + 'static,
Set the filter
attribute.
sourcefn with_flood_color<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_flood_color<V>(self, value: V) -> Self where
V: Value + 'static,
Set the flood-color
attribute.
sourcefn set_flood_color<V>(&mut self, value: V) where
V: Value + 'static,
fn set_flood_color<V>(&mut self, value: V) where
V: Value + 'static,
Set the flood-color
attribute.
sourcefn flood_color(&self) -> Option<&dyn Value>
fn flood_color(&self) -> Option<&dyn Value>
Get the flood-color
attribute.
sourcefn with_flood_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_flood_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
Set the flood-opacity
attribute.
sourcefn set_flood_opacity<V>(&mut self, value: V) where
V: Value + 'static,
fn set_flood_opacity<V>(&mut self, value: V) where
V: Value + 'static,
Set the flood-opacity
attribute.
sourcefn flood_opacity(&self) -> Option<&dyn Value>
fn flood_opacity(&self) -> Option<&dyn Value>
Get the flood-opacity
attribute.
sourcefn with_font_family<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_font_family<V>(self, value: V) -> Self where
V: Value + 'static,
Set the font-family
attribute.
sourcefn set_font_family<V>(&mut self, value: V) where
V: Value + 'static,
fn set_font_family<V>(&mut self, value: V) where
V: Value + 'static,
Set the font-family
attribute.
sourcefn font_family(&self) -> Option<&dyn Value>
fn font_family(&self) -> Option<&dyn Value>
Get the font-family
attribute.
sourcefn with_font_size<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_font_size<V>(self, value: V) -> Self where
V: Value + 'static,
Set the font-size
attribute.
sourcefn set_font_size<V>(&mut self, value: V) where
V: Value + 'static,
fn set_font_size<V>(&mut self, value: V) where
V: Value + 'static,
Set the font-size
attribute.
sourcefn with_font_size_adjust<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_font_size_adjust<V>(self, value: V) -> Self where
V: Value + 'static,
Set the font-size-adjust
attribute.
sourcefn set_font_size_adjust<V>(&mut self, value: V) where
V: Value + 'static,
fn set_font_size_adjust<V>(&mut self, value: V) where
V: Value + 'static,
Set the font-size-adjust
attribute.
sourcefn font_size_adjust(&self) -> Option<&dyn Value>
fn font_size_adjust(&self) -> Option<&dyn Value>
Get the font-size-adjust
attribute.
sourcefn with_font_stretch<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_font_stretch<V>(self, value: V) -> Self where
V: Value + 'static,
Set the font-stretch
attribute.
sourcefn set_font_stretch<V>(&mut self, value: V) where
V: Value + 'static,
fn set_font_stretch<V>(&mut self, value: V) where
V: Value + 'static,
Set the font-stretch
attribute.
sourcefn font_stretch(&self) -> Option<&dyn Value>
fn font_stretch(&self) -> Option<&dyn Value>
Get the font-stretch
attribute.
sourcefn with_font_style<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_font_style<V>(self, value: V) -> Self where
V: Value + 'static,
Set the font-style
attribute.
sourcefn set_font_style<V>(&mut self, value: V) where
V: Value + 'static,
fn set_font_style<V>(&mut self, value: V) where
V: Value + 'static,
Set the font-style
attribute.
sourcefn font_style(&self) -> Option<&dyn Value>
fn font_style(&self) -> Option<&dyn Value>
Get the font-style
attribute.
sourcefn with_font_variant<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_font_variant<V>(self, value: V) -> Self where
V: Value + 'static,
Set the font-variant
attribute.
sourcefn set_font_variant<V>(&mut self, value: V) where
V: Value + 'static,
fn set_font_variant<V>(&mut self, value: V) where
V: Value + 'static,
Set the font-variant
attribute.
sourcefn font_variant(&self) -> Option<&dyn Value>
fn font_variant(&self) -> Option<&dyn Value>
Get the font-variant
attribute.
sourcefn with_font_weight<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_font_weight<V>(self, value: V) -> Self where
V: Value + 'static,
Set the font-weight
attribute.
sourcefn set_font_weight<V>(&mut self, value: V) where
V: Value + 'static,
fn set_font_weight<V>(&mut self, value: V) where
V: Value + 'static,
Set the font-weight
attribute.
sourcefn font_weight(&self) -> Option<&dyn Value>
fn font_weight(&self) -> Option<&dyn Value>
Get the font-weight
attribute.
sourcefn with_glyph_orientation_horizontal<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_glyph_orientation_horizontal<V>(self, value: V) -> Self where
V: Value + 'static,
Set the glyph-orientation-horizontal
attribute.
sourcefn set_glyph_orientation_horizontal<V>(&mut self, value: V) where
V: Value + 'static,
fn set_glyph_orientation_horizontal<V>(&mut self, value: V) where
V: Value + 'static,
Set the glyph-orientation-horizontal
attribute.
sourcefn glyph_orientation_horizontal(&self) -> Option<&dyn Value>
fn glyph_orientation_horizontal(&self) -> Option<&dyn Value>
Get the glyph-orientation-horizontal
attribute.
sourcefn with_glyph_orientation_vertical<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_glyph_orientation_vertical<V>(self, value: V) -> Self where
V: Value + 'static,
Set the glyph-orientation-vertical
attribute.
sourcefn set_glyph_orientation_vertical<V>(&mut self, value: V) where
V: Value + 'static,
fn set_glyph_orientation_vertical<V>(&mut self, value: V) where
V: Value + 'static,
Set the glyph-orientation-vertical
attribute.
sourcefn glyph_orientation_vertical(&self) -> Option<&dyn Value>
fn glyph_orientation_vertical(&self) -> Option<&dyn Value>
Get the glyph-orientation-vertical
attribute.
sourcefn with_image_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_image_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
Set the image-rendering
attribute.
sourcefn set_image_rendering<V>(&mut self, value: V) where
V: Value + 'static,
fn set_image_rendering<V>(&mut self, value: V) where
V: Value + 'static,
Set the image-rendering
attribute.
sourcefn image_rendering(&self) -> Option<&dyn Value>
fn image_rendering(&self) -> Option<&dyn Value>
Get the image-rendering
attribute.
sourcefn with_kerning<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_kerning<V>(self, value: V) -> Self where
V: Value + 'static,
Set the kerning
attribute.
sourcefn set_kerning<V>(&mut self, value: V) where
V: Value + 'static,
fn set_kerning<V>(&mut self, value: V) where
V: Value + 'static,
Set the kerning
attribute.
sourcefn with_letter_spacing<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_letter_spacing<V>(self, value: V) -> Self where
V: Value + 'static,
Set the letter-spacing
attribute.
sourcefn set_letter_spacing<V>(&mut self, value: V) where
V: Value + 'static,
fn set_letter_spacing<V>(&mut self, value: V) where
V: Value + 'static,
Set the letter-spacing
attribute.
sourcefn letter_spacing(&self) -> Option<&dyn Value>
fn letter_spacing(&self) -> Option<&dyn Value>
Get the letter-spacing
attribute.
sourcefn with_lighting_color<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_lighting_color<V>(self, value: V) -> Self where
V: Value + 'static,
Set the lighting-color
attribute.
sourcefn set_lighting_color<V>(&mut self, value: V) where
V: Value + 'static,
fn set_lighting_color<V>(&mut self, value: V) where
V: Value + 'static,
Set the lighting-color
attribute.
sourcefn lighting_color(&self) -> Option<&dyn Value>
fn lighting_color(&self) -> Option<&dyn Value>
Get the lighting-color
attribute.
sourcefn with_marker_end<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_marker_end<V>(self, value: V) -> Self where
V: Value + 'static,
Set the marker-end
attribute.
sourcefn set_marker_end<V>(&mut self, value: V) where
V: Value + 'static,
fn set_marker_end<V>(&mut self, value: V) where
V: Value + 'static,
Set the marker-end
attribute.
sourcefn marker_end(&self) -> Option<&dyn Value>
fn marker_end(&self) -> Option<&dyn Value>
Get the marker-end
attribute.
sourcefn with_marker_mid<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_marker_mid<V>(self, value: V) -> Self where
V: Value + 'static,
Set the marker-mid
attribute.
sourcefn set_marker_mid<V>(&mut self, value: V) where
V: Value + 'static,
fn set_marker_mid<V>(&mut self, value: V) where
V: Value + 'static,
Set the marker-mid
attribute.
sourcefn marker_mid(&self) -> Option<&dyn Value>
fn marker_mid(&self) -> Option<&dyn Value>
Get the marker-mid
attribute.
sourcefn with_marker_start<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_marker_start<V>(self, value: V) -> Self where
V: Value + 'static,
Set the marker-start
attribute.
sourcefn set_marker_start<V>(&mut self, value: V) where
V: Value + 'static,
fn set_marker_start<V>(&mut self, value: V) where
V: Value + 'static,
Set the marker-start
attribute.
sourcefn marker_start(&self) -> Option<&dyn Value>
fn marker_start(&self) -> Option<&dyn Value>
Get the marker-start
attribute.
sourcefn with_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
Set the opacity
attribute.
sourcefn set_opacity<V>(&mut self, value: V) where
V: Value + 'static,
fn set_opacity<V>(&mut self, value: V) where
V: Value + 'static,
Set the opacity
attribute.
sourcefn with_overflow<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_overflow<V>(self, value: V) -> Self where
V: Value + 'static,
Set the overflow
attribute.
sourcefn set_overflow<V>(&mut self, value: V) where
V: Value + 'static,
fn set_overflow<V>(&mut self, value: V) where
V: Value + 'static,
Set the overflow
attribute.
sourcefn with_pointer_events<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_pointer_events<V>(self, value: V) -> Self where
V: Value + 'static,
Set the pointer-events
attribute.
sourcefn set_pointer_events<V>(&mut self, value: V) where
V: Value + 'static,
fn set_pointer_events<V>(&mut self, value: V) where
V: Value + 'static,
Set the pointer-events
attribute.
sourcefn pointer_events(&self) -> Option<&dyn Value>
fn pointer_events(&self) -> Option<&dyn Value>
Get the pointer-events
attribute.
sourcefn with_shape_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_shape_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
Set the shape-rendering
attribute.
sourcefn set_shape_rendering<V>(&mut self, value: V) where
V: Value + 'static,
fn set_shape_rendering<V>(&mut self, value: V) where
V: Value + 'static,
Set the shape-rendering
attribute.
sourcefn shape_rendering(&self) -> Option<&dyn Value>
fn shape_rendering(&self) -> Option<&dyn Value>
Get the shape-rendering
attribute.
sourcefn with_stop_color<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stop_color<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stop-color
attribute.
sourcefn set_stop_color<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stop_color<V>(&mut self, value: V) where
V: Value + 'static,
Set the stop-color
attribute.
sourcefn stop_color(&self) -> Option<&dyn Value>
fn stop_color(&self) -> Option<&dyn Value>
Get the stop-color
attribute.
sourcefn with_stop_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stop_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stop-opacity
attribute.
sourcefn set_stop_opacity<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stop_opacity<V>(&mut self, value: V) where
V: Value + 'static,
Set the stop-opacity
attribute.
sourcefn stop_opacity(&self) -> Option<&dyn Value>
fn stop_opacity(&self) -> Option<&dyn Value>
Get the stop-opacity
attribute.
sourcefn with_stroke<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke
attribute.
sourcefn set_stroke<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke
attribute.
sourcefn with_stroke_dasharray<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke_dasharray<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke-dasharray
attribute.
sourcefn set_stroke_dasharray<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke_dasharray<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke-dasharray
attribute.
sourcefn stroke_dasharray(&self) -> Option<&dyn Value>
fn stroke_dasharray(&self) -> Option<&dyn Value>
Get the stroke-dasharray
attribute.
sourcefn with_stroke_dashoffset<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke_dashoffset<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke-dashoffset
attribute.
sourcefn set_stroke_dashoffset<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke_dashoffset<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke-dashoffset
attribute.
sourcefn stroke_dashoffset(&self) -> Option<&dyn Value>
fn stroke_dashoffset(&self) -> Option<&dyn Value>
Get the stroke-dashoffset
attribute.
sourcefn with_stroke_linecap<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke_linecap<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke-linecap
attribute.
sourcefn set_stroke_linecap<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke_linecap<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke-linecap
attribute.
sourcefn stroke_linecap(&self) -> Option<&dyn Value>
fn stroke_linecap(&self) -> Option<&dyn Value>
Get the stroke-linecap
attribute.
sourcefn with_stroke_linejoin<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke_linejoin<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke-linejoin
attribute.
sourcefn set_stroke_linejoin<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke_linejoin<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke-linejoin
attribute.
sourcefn stroke_linejoin(&self) -> Option<&dyn Value>
fn stroke_linejoin(&self) -> Option<&dyn Value>
Get the stroke-linejoin
attribute.
sourcefn with_stroke_miterlimit<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke_miterlimit<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke-miterlimit
attribute.
sourcefn set_stroke_miterlimit<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke_miterlimit<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke-miterlimit
attribute.
sourcefn stroke_miterlimit(&self) -> Option<&dyn Value>
fn stroke_miterlimit(&self) -> Option<&dyn Value>
Get the stroke-miterlimit
attribute.
sourcefn with_stroke_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke_opacity<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke-opacity
attribute.
sourcefn set_stroke_opacity<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke_opacity<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke-opacity
attribute.
sourcefn stroke_opacity(&self) -> Option<&dyn Value>
fn stroke_opacity(&self) -> Option<&dyn Value>
Get the stroke-opacity
attribute.
sourcefn with_stroke_width<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_stroke_width<V>(self, value: V) -> Self where
V: Value + 'static,
Set the stroke-width
attribute.
sourcefn set_stroke_width<V>(&mut self, value: V) where
V: Value + 'static,
fn set_stroke_width<V>(&mut self, value: V) where
V: Value + 'static,
Set the stroke-width
attribute.
sourcefn stroke_width(&self) -> Option<&dyn Value>
fn stroke_width(&self) -> Option<&dyn Value>
Get the stroke-width
attribute.
sourcefn with_text_anchor<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_text_anchor<V>(self, value: V) -> Self where
V: Value + 'static,
Set the text-anchor
attribute.
sourcefn set_text_anchor<V>(&mut self, value: V) where
V: Value + 'static,
fn set_text_anchor<V>(&mut self, value: V) where
V: Value + 'static,
Set the text-anchor
attribute.
sourcefn text_anchor(&self) -> Option<&dyn Value>
fn text_anchor(&self) -> Option<&dyn Value>
Get the text-anchor
attribute.
sourcefn with_text_decoration<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_text_decoration<V>(self, value: V) -> Self where
V: Value + 'static,
Set the text-decoration
attribute.
sourcefn set_text_decoration<V>(&mut self, value: V) where
V: Value + 'static,
fn set_text_decoration<V>(&mut self, value: V) where
V: Value + 'static,
Set the text-decoration
attribute.
sourcefn text_decoration(&self) -> Option<&dyn Value>
fn text_decoration(&self) -> Option<&dyn Value>
Get the text-decoration
attribute.
sourcefn with_text_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_text_rendering<V>(self, value: V) -> Self where
V: Value + 'static,
Set the text-rendering
attribute.
sourcefn set_text_rendering<V>(&mut self, value: V) where
V: Value + 'static,
fn set_text_rendering<V>(&mut self, value: V) where
V: Value + 'static,
Set the text-rendering
attribute.
sourcefn text_rendering(&self) -> Option<&dyn Value>
fn text_rendering(&self) -> Option<&dyn Value>
Get the text-rendering
attribute.
sourcefn with_transform<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_transform<V>(self, value: V) -> Self where
V: Value + 'static,
Set the transform
attribute.
sourcefn set_transform<V>(&mut self, value: V) where
V: Value + 'static,
fn set_transform<V>(&mut self, value: V) where
V: Value + 'static,
Set the transform
attribute.
sourcefn with_transform_origin<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_transform_origin<V>(self, value: V) -> Self where
V: Value + 'static,
Set the transform-origin
attribute.
sourcefn set_transform_origin<V>(&mut self, value: V) where
V: Value + 'static,
fn set_transform_origin<V>(&mut self, value: V) where
V: Value + 'static,
Set the transform-origin
attribute.
sourcefn transform_origin(&self) -> Option<&dyn Value>
fn transform_origin(&self) -> Option<&dyn Value>
Get the transform-origin
attribute.
sourcefn with_unicode_bidi<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_unicode_bidi<V>(self, value: V) -> Self where
V: Value + 'static,
Set the unicode-bidi
attribute.
sourcefn set_unicode_bidi<V>(&mut self, value: V) where
V: Value + 'static,
fn set_unicode_bidi<V>(&mut self, value: V) where
V: Value + 'static,
Set the unicode-bidi
attribute.
sourcefn unicode_bidi(&self) -> Option<&dyn Value>
fn unicode_bidi(&self) -> Option<&dyn Value>
Get the unicode-bidi
attribute.
sourcefn with_vector_effect<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_vector_effect<V>(self, value: V) -> Self where
V: Value + 'static,
Set the vector-effect
attribute.
sourcefn set_vector_effect<V>(&mut self, value: V) where
V: Value + 'static,
fn set_vector_effect<V>(&mut self, value: V) where
V: Value + 'static,
Set the vector-effect
attribute.
sourcefn vector_effect(&self) -> Option<&dyn Value>
fn vector_effect(&self) -> Option<&dyn Value>
Get the vector-effect
attribute.
sourcefn with_visibility<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_visibility<V>(self, value: V) -> Self where
V: Value + 'static,
Set the visibility
attribute.
sourcefn set_visibility<V>(&mut self, value: V) where
V: Value + 'static,
fn set_visibility<V>(&mut self, value: V) where
V: Value + 'static,
Set the visibility
attribute.
sourcefn visibility(&self) -> Option<&dyn Value>
fn visibility(&self) -> Option<&dyn Value>
Get the visibility
attribute.
sourcefn with_word_spacing<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_word_spacing<V>(self, value: V) -> Self where
V: Value + 'static,
Set the word-spacing
attribute.
sourcefn set_word_spacing<V>(&mut self, value: V) where
V: Value + 'static,
fn set_word_spacing<V>(&mut self, value: V) where
V: Value + 'static,
Set the word-spacing
attribute.
sourcefn word_spacing(&self) -> Option<&dyn Value>
fn word_spacing(&self) -> Option<&dyn Value>
Get the word-spacing
attribute.
sourcefn with_writing_mode<V>(self, value: V) -> Self where
V: Value + 'static,
fn with_writing_mode<V>(self, value: V) -> Self where
V: Value + 'static,
Set the writing-mode
attribute.
sourcefn set_writing_mode<V>(&mut self, value: V) where
V: Value + 'static,
fn set_writing_mode<V>(&mut self, value: V) where
V: Value + 'static,
Set the writing-mode
attribute.
sourcefn writing_mode(&self) -> Option<&dyn Value>
fn writing_mode(&self) -> Option<&dyn Value>
Get the writing-mode
attribute.
Auto Trait Implementations
impl !RefUnwindSafe for FeTurbulence
impl !Send for FeTurbulence
impl !Sync for FeTurbulence
impl Unpin for FeTurbulence
impl !UnwindSafe for FeTurbulence
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