skia_safe::svg

Type Alias Path

Source
pub type Path = RCHandle<SkSVGPath>;

Aliased Type§

struct Path(/* private fields */);

Implementations§

Source§

impl Path

Source

pub fn path(&self) -> &Path

Source

pub fn set_path(&mut self, value: Path)

Trait Implementations§

Source§

impl DebugAttributes for Path

Source§

const NAME: &'static str = "Path"

Source§

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

Source§

impl Default for Path

Source§

fn default() -> Self

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