Trait freya_engine::prelude::svg::NodeSubtype

pub trait NodeSubtype {
    type Base: NativeRefCounted;
}

Required Associated Types§

type Base: NativeRefCounted

Implementations on Foreign Types§

§

impl NodeSubtype for SkSVGCircle

§

type Base = SkSVGShape

§

impl NodeSubtype for SkSVGClipPath

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGContainer

§

type Base = SkSVGTransformableNode

§

impl NodeSubtype for SkSVGDefs

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGEllipse

§

type Base = SkSVGShape

§

impl NodeSubtype for SkSVGFe

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGFeBlend

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeColorMatrix

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeComponentTransfer

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeComposite

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeDiffuseLighting

§

type Base = SkSVGFeLighting

§

impl NodeSubtype for SkSVGFeDisplacementMap

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeDistantLight

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGFeFlood

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeFunc

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeGaussianBlur

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeImage

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeLighting

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeMerge

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeMergeNode

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGFeMorphology

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFeOffset

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFePointLight

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGFeSpecularLighting

§

type Base = SkSVGFeLighting

§

impl NodeSubtype for SkSVGFeSpotLight

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGFeTurbulence

§

type Base = SkSVGFe

§

impl NodeSubtype for SkSVGFilter

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGG

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGGradient

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGImage

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGLine

§

type Base = SkSVGShape

§

impl NodeSubtype for SkSVGLinearGradient

§

type Base = SkSVGGradient

§

impl NodeSubtype for SkSVGMask

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGPath

§

type Base = SkSVGShape

§

impl NodeSubtype for SkSVGPattern

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGPoly

§

type Base = SkSVGShape

§

impl NodeSubtype for SkSVGRadialGradient

§

type Base = SkSVGGradient

§

impl NodeSubtype for SkSVGRect

§

type Base = SkSVGShape

§

impl NodeSubtype for SkSVGSVG

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGShape

§

type Base = SkSVGTransformableNode

§

impl NodeSubtype for SkSVGStop

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGTSpan

§

type Base = SkSVGTextContainer

§

impl NodeSubtype for SkSVGText

§

type Base = SkSVGTextContainer

§

impl NodeSubtype for SkSVGTextContainer

§

type Base = SkSVGContainer

§

impl NodeSubtype for SkSVGTextLiteral

§

type Base = SkSVGTransformableNode

§

impl NodeSubtype for SkSVGTextPath

§

type Base = SkSVGTextContainer

§

impl NodeSubtype for SkSVGTransformableNode

§

type Base = SkSVGNode

§

impl NodeSubtype for SkSVGUse

§

type Base = SkSVGTransformableNode

Implementors§