skia_safe::svg

Type Alias Circle

Source
pub type Circle = RCHandle<SkSVGCircle>;

Aliased Type§

struct Circle(/* private fields */);

Implementations§

Source§

impl Circle

Source

pub fn cx(&self) -> &Length

Source

pub fn set_cx(&mut self, value: Length)

Source

pub fn cy(&self) -> &Length

Source

pub fn set_cy(&mut self, value: Length)

Source

pub fn r(&self) -> &Length

Source

pub fn set_r(&mut self, value: Length)

Trait Implementations§

Source§

impl DebugAttributes for Circle

Source§

const NAME: &'static str = "Circle"

Source§

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

Source§

impl Default for Circle

Source§

fn default() -> Self

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