skia_safe::svg

Type Alias ClipPath

Source
pub type ClipPath = RCHandle<SkSVGClipPath>;

Aliased Type§

struct ClipPath(/* private fields */);

Implementations§

Trait Implementations§

Source§

impl DebugAttributes for ClipPath

Source§

const NAME: &'static str = "ClipPath"

Source§

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

Source§

impl Default for ClipPath

Source§

fn default() -> Self

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