Skip to main content

NodeSubtype

Trait NodeSubtype 

Source
pub trait NodeSubtype {
    type Base: NativeRefCounted;
}

Required Associated Types§

Source

type Base: NativeRefCounted

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl NodeSubtype for SkSVGCircle

Source§

impl NodeSubtype for SkSVGClipPath

Source§

impl NodeSubtype for SkSVGContainer

Source§

impl NodeSubtype for SkSVGDefs

Source§

impl NodeSubtype for SkSVGEllipse

Source§

impl NodeSubtype for SkSVGFe

Source§

impl NodeSubtype for SkSVGFeBlend

Source§

impl NodeSubtype for SkSVGFeColorMatrix

Source§

impl NodeSubtype for SkSVGFeComponentTransfer

Source§

impl NodeSubtype for SkSVGFeComposite

Source§

impl NodeSubtype for SkSVGFeDiffuseLighting

Source§

impl NodeSubtype for SkSVGFeDisplacementMap

Source§

impl NodeSubtype for SkSVGFeDistantLight

Source§

impl NodeSubtype for SkSVGFeFlood

Source§

impl NodeSubtype for SkSVGFeFunc

Source§

impl NodeSubtype for SkSVGFeGaussianBlur

Source§

impl NodeSubtype for SkSVGFeImage

Source§

impl NodeSubtype for SkSVGFeLighting

Source§

impl NodeSubtype for SkSVGFeMerge

Source§

impl NodeSubtype for SkSVGFeMergeNode

Source§

impl NodeSubtype for SkSVGFeMorphology

Source§

impl NodeSubtype for SkSVGFeOffset

Source§

impl NodeSubtype for SkSVGFePointLight

Source§

impl NodeSubtype for SkSVGFeSpecularLighting

Source§

impl NodeSubtype for SkSVGFeSpotLight

Source§

impl NodeSubtype for SkSVGFeTurbulence

Source§

impl NodeSubtype for SkSVGFilter

Source§

impl NodeSubtype for SkSVGG

Source§

impl NodeSubtype for SkSVGGradient

Source§

impl NodeSubtype for SkSVGImage

Source§

impl NodeSubtype for SkSVGLine

Source§

impl NodeSubtype for SkSVGLinearGradient

Source§

impl NodeSubtype for SkSVGMask

Source§

impl NodeSubtype for SkSVGPath

Source§

impl NodeSubtype for SkSVGPattern

Source§

impl NodeSubtype for SkSVGPoly

Source§

impl NodeSubtype for SkSVGRadialGradient

Source§

impl NodeSubtype for SkSVGRect

Source§

impl NodeSubtype for SkSVGSVG

Source§

impl NodeSubtype for SkSVGShape

Source§

impl NodeSubtype for SkSVGStop

Source§

impl NodeSubtype for SkSVGTSpan

Source§

impl NodeSubtype for SkSVGText

Source§

impl NodeSubtype for SkSVGTextContainer

Source§

impl NodeSubtype for SkSVGTextLiteral

Source§

impl NodeSubtype for SkSVGTextPath

Source§

impl NodeSubtype for SkSVGTransformableNode

Source§

impl NodeSubtype for SkSVGUse

Implementors§