skia_safe::svg

Trait DebugAttributes

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

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

Required Associated Constants§

Source

const NAME: &'static str

Required Methods§

Source

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl DebugAttributes for RCHandle<SkSVGPattern>

Source§

const NAME: &'static str = "Pattern"

Source§

impl DebugAttributes for RCHandle<SkSVGTextContainer>

Source§

const NAME: &'static str = "TextContainer"

Source§

impl DebugAttributes for Diffuse

Source§

const NAME: &'static str = "FeDiffuseLighting"

Source§

impl DebugAttributes for Lighting

Source§

const NAME: &'static str = "FeLighting"

Source§

impl DebugAttributes for Specular

Source§

const NAME: &'static str = "FeSpecularLighting"

Source§

impl DebugAttributes for Morphology

Source§

const NAME: &'static str = "FeMorphology"

Source§

impl DebugAttributes for Blend

Source§

const NAME: &'static str = "FeBlend"

Source§

impl DebugAttributes for ColorMatrix

Source§

const NAME: &'static str = "FeColorMatrix"

Source§

impl DebugAttributes for ComponentTransfer

Source§

const NAME: &'static str = "FeComponentTransfer"

Source§

impl DebugAttributes for Composite

Source§

const NAME: &'static str = "FeComposite"

Source§

impl DebugAttributes for DisplacementMap

Source§

const NAME: &'static str = "FeDisplacementMap"

Source§

impl DebugAttributes for DistantLight

Source§

const NAME: &'static str = "FeDistantLight"

Source§

impl DebugAttributes for Fe

Source§

const NAME: &'static str = "Fe"

Source§

impl DebugAttributes for Flood

Source§

const NAME: &'static str = "FeFlood"

Source§

impl DebugAttributes for Func

Source§

const NAME: &'static str = "FeFunc"

Source§

impl DebugAttributes for GaussianBlur

Source§

const NAME: &'static str = "FeGaussianBlur"

Source§

impl DebugAttributes for skia_safe::svg::fe::Image

Source§

const NAME: &'static str = "FeImage"

Source§

impl DebugAttributes for Merge

Source§

const NAME: &'static str = "FeMerge"

Source§

impl DebugAttributes for MergeNode

Source§

const NAME: &'static str = "FeMergeNode"

Source§

impl DebugAttributes for Offset

Source§

const NAME: &'static str = "FeOffset"

Source§

impl DebugAttributes for PointLight

Source§

const NAME: &'static str = "FePointLight"

Source§

impl DebugAttributes for SpotLight

Source§

const NAME: &'static str = "FeSpotLight"

Source§

impl DebugAttributes for Turbulence

Source§

const NAME: &'static str = "FeTurbulence"

Source§

impl DebugAttributes for Circle

Source§

const NAME: &'static str = "Circle"

Source§

impl DebugAttributes for ClipPath

Source§

const NAME: &'static str = "ClipPath"

Source§

impl DebugAttributes for Container

Source§

const NAME: &'static str = "Container"

Source§

impl DebugAttributes for Defs

Source§

const NAME: &'static str = "Defs"

Source§

impl DebugAttributes for Ellipse

Source§

const NAME: &'static str = "Ellipse"

Source§

impl DebugAttributes for Filter

Source§

const NAME: &'static str = "Filter"

Source§

impl DebugAttributes for G

Source§

const NAME: &'static str = "G"

Source§

impl DebugAttributes for Gradient

Source§

const NAME: &'static str = "Gradient"

Source§

impl DebugAttributes for skia_safe::svg::Image

Source§

const NAME: &'static str = "Image"

Source§

impl DebugAttributes for Line

Source§

const NAME: &'static str = "Line"

Source§

impl DebugAttributes for Linear

Source§

const NAME: &'static str = "LinearGradient"

Source§

impl DebugAttributes for Mask

Source§

const NAME: &'static str = "Mask"

Source§

impl DebugAttributes for Node

Source§

const NAME: &'static str = "Node"

Source§

impl DebugAttributes for Path

Source§

const NAME: &'static str = "Path"

Source§

impl DebugAttributes for Poly

Source§

const NAME: &'static str = "Poly"

Source§

impl DebugAttributes for Radial

Source§

const NAME: &'static str = "RadialGradient"

Source§

impl DebugAttributes for Rect

Source§

const NAME: &'static str = "Rect"

Source§

impl DebugAttributes for Shape

Source§

const NAME: &'static str = "Shape"

Source§

impl DebugAttributes for Stop

Source§

const NAME: &'static str = "Stop"

Source§

impl DebugAttributes for Svg

Source§

const NAME: &'static str = "Svg"

Source§

impl DebugAttributes for TSpan

Source§

const NAME: &'static str = "TSpan"

Source§

impl DebugAttributes for Text

Source§

const NAME: &'static str = "Text"

Source§

impl DebugAttributes for TextLiteral

Source§

const NAME: &'static str = "TextLiteral"

Source§

impl DebugAttributes for TextPath

Source§

const NAME: &'static str = "TextPath"

Source§

impl DebugAttributes for TransformableNode

Source§

const NAME: &'static str = "TransformableNode"

Source§

impl DebugAttributes for Use

Source§

const NAME: &'static str = "Use"