skia_safe::svg::fe

Type Alias ComponentTransfer

Source
pub type ComponentTransfer = RCHandle<SkSVGFeComponentTransfer>;

Aliased Type§

struct ComponentTransfer(/* private fields */);

Trait Implementations§

Source§

impl DebugAttributes for ComponentTransfer

Source§

const NAME: &'static str = "FeComponentTransfer"

Source§

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

Source§

impl Default for ComponentTransfer

Source§

fn default() -> Self

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