skia_safe::svg

Type Alias TSpan

Source
pub type TSpan = RCHandle<SkSVGTSpan>;

Aliased Type§

struct TSpan(/* private fields */);

Trait Implementations§

Source§

impl DebugAttributes for TSpan

Source§

const NAME: &'static str = "TSpan"

Source§

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

Source§

impl Default for TSpan

Source§

fn default() -> Self

Returns the “default value” for a type. Read more