Trait freya_engine::prelude::svg::DebugAttributes

pub trait DebugAttributes {
    const NAME: &'static str;

    // Required method
    fn _dbg(&self, builder: &mut DebugStruct<'_, '_>);
}

Required Associated Constants§

const NAME: &'static str

Required Methods§

fn _dbg(&self, builder: &mut DebugStruct<'_, '_>)

Object Safety§

This trait is not object safe.

Implementors§

§

impl DebugAttributes for RCHandle<SkSVGCircle>

§

const NAME: &'static str = "Circle"

§

impl DebugAttributes for RCHandle<SkSVGClipPath>

§

const NAME: &'static str = "ClipPath"

§

impl DebugAttributes for RCHandle<SkSVGContainer>

§

const NAME: &'static str = "Container"

§

impl DebugAttributes for RCHandle<SkSVGDefs>

§

const NAME: &'static str = "Defs"

§

impl DebugAttributes for RCHandle<SkSVGEllipse>

§

const NAME: &'static str = "Ellipse"

§

impl DebugAttributes for RCHandle<SkSVGFe>

§

const NAME: &'static str = "Fe"

§

impl DebugAttributes for RCHandle<SkSVGFeBlend>

§

const NAME: &'static str = "FeBlend"

§

impl DebugAttributes for RCHandle<SkSVGFeColorMatrix>

§

const NAME: &'static str = "FeColorMatrix"

§

impl DebugAttributes for RCHandle<SkSVGFeComponentTransfer>

§

const NAME: &'static str = "FeComponentTransfer"

§

impl DebugAttributes for RCHandle<SkSVGFeComposite>

§

const NAME: &'static str = "FeComposite"

§

impl DebugAttributes for RCHandle<SkSVGFeDiffuseLighting>

§

const NAME: &'static str = "FeDiffuseLighting"

§

impl DebugAttributes for RCHandle<SkSVGFeDisplacementMap>

§

const NAME: &'static str = "FeDisplacementMap"

§

impl DebugAttributes for RCHandle<SkSVGFeDistantLight>

§

const NAME: &'static str = "FeDistantLight"

§

impl DebugAttributes for RCHandle<SkSVGFeFlood>

§

const NAME: &'static str = "FeFlood"

§

impl DebugAttributes for RCHandle<SkSVGFeFunc>

§

const NAME: &'static str = "FeFunc"

§

impl DebugAttributes for RCHandle<SkSVGFeGaussianBlur>

§

const NAME: &'static str = "FeGaussianBlur"

§

impl DebugAttributes for RCHandle<SkSVGFeImage>

§

const NAME: &'static str = "FeImage"

§

impl DebugAttributes for RCHandle<SkSVGFeLighting>

§

const NAME: &'static str = "FeLighting"

§

impl DebugAttributes for RCHandle<SkSVGFeMerge>

§

const NAME: &'static str = "FeMerge"

§

impl DebugAttributes for RCHandle<SkSVGFeMergeNode>

§

const NAME: &'static str = "FeMergeNode"

§

impl DebugAttributes for RCHandle<SkSVGFeMorphology>

§

const NAME: &'static str = "FeMorphology"

§

impl DebugAttributes for RCHandle<SkSVGFeOffset>

§

const NAME: &'static str = "FeOffset"

§

impl DebugAttributes for RCHandle<SkSVGFePointLight>

§

const NAME: &'static str = "FePointLight"

§

impl DebugAttributes for RCHandle<SkSVGFeSpecularLighting>

§

const NAME: &'static str = "FeSpecularLighting"

§

impl DebugAttributes for RCHandle<SkSVGFeSpotLight>

§

const NAME: &'static str = "FeSpotLight"

§

impl DebugAttributes for RCHandle<SkSVGFeTurbulence>

§

const NAME: &'static str = "FeTurbulence"

§

impl DebugAttributes for RCHandle<SkSVGFilter>

§

const NAME: &'static str = "Filter"

§

impl DebugAttributes for RCHandle<SkSVGG>

§

const NAME: &'static str = "G"

§

impl DebugAttributes for RCHandle<SkSVGGradient>

§

const NAME: &'static str = "Gradient"

§

impl DebugAttributes for RCHandle<SkSVGImage>

§

const NAME: &'static str = "Image"

§

impl DebugAttributes for RCHandle<SkSVGLine>

§

const NAME: &'static str = "Line"

§

impl DebugAttributes for RCHandle<SkSVGLinearGradient>

§

const NAME: &'static str = "LinearGradient"

§

impl DebugAttributes for RCHandle<SkSVGMask>

§

const NAME: &'static str = "Mask"

§

impl DebugAttributes for RCHandle<SkSVGNode>

§

const NAME: &'static str = "Node"

§

impl DebugAttributes for RCHandle<SkSVGPath>

§

const NAME: &'static str = "Path"

§

impl DebugAttributes for RCHandle<SkSVGPattern>

§

const NAME: &'static str = "Pattern"

§

impl DebugAttributes for RCHandle<SkSVGPoly>

§

const NAME: &'static str = "Poly"

§

impl DebugAttributes for RCHandle<SkSVGRadialGradient>

§

const NAME: &'static str = "RadialGradient"

§

impl DebugAttributes for RCHandle<SkSVGRect>

§

const NAME: &'static str = "Rect"

§

impl DebugAttributes for RCHandle<SkSVGSVG>

§

const NAME: &'static str = "Svg"

§

impl DebugAttributes for RCHandle<SkSVGShape>

§

const NAME: &'static str = "Shape"

§

impl DebugAttributes for RCHandle<SkSVGStop>

§

const NAME: &'static str = "Stop"

§

impl DebugAttributes for RCHandle<SkSVGTSpan>

§

const NAME: &'static str = "TSpan"

§

impl DebugAttributes for RCHandle<SkSVGText>

§

const NAME: &'static str = "Text"

§

impl DebugAttributes for RCHandle<SkSVGTextContainer>

§

const NAME: &'static str = "TextContainer"

§

impl DebugAttributes for RCHandle<SkSVGTextLiteral>

§

const NAME: &'static str = "TextLiteral"

§

impl DebugAttributes for RCHandle<SkSVGTextPath>

§

const NAME: &'static str = "TextPath"

§

impl DebugAttributes for RCHandle<SkSVGTransformableNode>

§

const NAME: &'static str = "TransformableNode"

§

impl DebugAttributes for RCHandle<SkSVGUse>

§

const NAME: &'static str = "Use"