pub enum TypedNode {
Show 45 variants
Circle(Circle),
ClipPath(ClipPath),
Defs(Defs),
Ellipse(Ellipse),
FeBlend(Blend),
FeColorMatrix(ColorMatrix),
FeComponentTransfer(ComponentTransfer),
FeComposite(Composite),
FeDiffuseLighting(DiffuseLighting),
FeDisplacementMap(DisplacementMap),
FeDistantLight(DistantLight),
FeFlood(Flood),
FeFuncA(Func),
FeFuncR(Func),
FeFuncG(Func),
FeFuncB(Func),
FeGaussianBlur(GaussianBlur),
FeImage(Image),
FeMerge(Merge),
FeMergeNode(MergeNode),
FeMorphology(Morphology),
FeOffset(Offset),
FePointLight(PointLight),
FeSpecularLighting(SpecularLighting),
FeSpotLight(SpotLight),
FeTurbulence(Turbulence),
Filter(Filter),
G(G),
Image(Image),
Line(Line),
LinearGradient(LinearGradient),
Mask(Mask),
Path(Path),
Pattern(RCHandle<SkSVGPattern>),
Polygon(Poly),
Polyline(Poly),
RadialGradient(RadialGradient),
Rect(Rect),
Stop(Stop),
Svg(Svg),
Text(Text),
TextLiteral(TextLiteral),
TextPath(TextPath),
TSpan(TSpan),
Use(Use),
}
Variants§
Circle(Circle)
ClipPath(ClipPath)
Defs(Defs)
Ellipse(Ellipse)
FeBlend(Blend)
FeColorMatrix(ColorMatrix)
FeComponentTransfer(ComponentTransfer)
FeComposite(Composite)
FeDiffuseLighting(DiffuseLighting)
FeDisplacementMap(DisplacementMap)
FeDistantLight(DistantLight)
FeFlood(Flood)
FeFuncA(Func)
FeFuncR(Func)
FeFuncG(Func)
FeFuncB(Func)
FeGaussianBlur(GaussianBlur)
FeImage(Image)
FeMerge(Merge)
FeMergeNode(MergeNode)
FeMorphology(Morphology)
FeOffset(Offset)
FePointLight(PointLight)
FeSpecularLighting(SpecularLighting)
FeSpotLight(SpotLight)
FeTurbulence(Turbulence)
Filter(Filter)
G(G)
Image(Image)
Line(Line)
LinearGradient(LinearGradient)
Mask(Mask)
Path(Path)
Pattern(RCHandle<SkSVGPattern>)
Polygon(Poly)
Polyline(Poly)
RadialGradient(RadialGradient)
Rect(Rect)
Stop(Stop)
Svg(Svg)
Text(Text)
TextLiteral(TextLiteral)
TextPath(TextPath)
TSpan(TSpan)
Use(Use)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypedNode
impl !RefUnwindSafe for TypedNode
impl !Send for TypedNode
impl !Sync for TypedNode
impl Unpin for TypedNode
impl !UnwindSafe for TypedNode
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