skia_safe::svg

Trait NodeSubtype

Source
pub trait NodeSubtype {
    type Base: NativeRefCounted;
}

Required Associated Types§

Source

type Base: NativeRefCounted

Implementations on Foreign Types§

Source§

impl NodeSubtype for SkSVGCircle

Source§

type Base = SkSVGShape

Source§

impl NodeSubtype for SkSVGClipPath

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGContainer

Source§

type Base = SkSVGTransformableNode

Source§

impl NodeSubtype for SkSVGDefs

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGEllipse

Source§

type Base = SkSVGShape

Source§

impl NodeSubtype for SkSVGFe

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGFeBlend

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeColorMatrix

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeComponentTransfer

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeComposite

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeDiffuseLighting

Source§

type Base = SkSVGFeLighting

Source§

impl NodeSubtype for SkSVGFeDisplacementMap

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeDistantLight

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGFeFlood

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeFunc

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeGaussianBlur

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeImage

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeLighting

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeMerge

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeMergeNode

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGFeMorphology

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFeOffset

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFePointLight

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGFeSpecularLighting

Source§

type Base = SkSVGFeLighting

Source§

impl NodeSubtype for SkSVGFeSpotLight

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGFeTurbulence

Source§

type Base = SkSVGFe

Source§

impl NodeSubtype for SkSVGFilter

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGG

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGGradient

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGImage

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGLine

Source§

type Base = SkSVGShape

Source§

impl NodeSubtype for SkSVGLinearGradient

Source§

type Base = SkSVGGradient

Source§

impl NodeSubtype for SkSVGMask

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGPath

Source§

type Base = SkSVGShape

Source§

impl NodeSubtype for SkSVGPattern

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGPoly

Source§

type Base = SkSVGShape

Source§

impl NodeSubtype for SkSVGRadialGradient

Source§

type Base = SkSVGGradient

Source§

impl NodeSubtype for SkSVGRect

Source§

type Base = SkSVGShape

Source§

impl NodeSubtype for SkSVGSVG

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGShape

Source§

type Base = SkSVGTransformableNode

Source§

impl NodeSubtype for SkSVGStop

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGTSpan

Source§

type Base = SkSVGTextContainer

Source§

impl NodeSubtype for SkSVGText

Source§

type Base = SkSVGTextContainer

Source§

impl NodeSubtype for SkSVGTextContainer

Source§

type Base = SkSVGContainer

Source§

impl NodeSubtype for SkSVGTextLiteral

Source§

type Base = SkSVGTransformableNode

Source§

impl NodeSubtype for SkSVGTextPath

Source§

type Base = SkSVGTextContainer

Source§

impl NodeSubtype for SkSVGTransformableNode

Source§

type Base = SkSVGNode

Source§

impl NodeSubtype for SkSVGUse

Source§

type Base = SkSVGTransformableNode

Implementors§