skia_safe::svg

Type Alias Stop

Source
pub type Stop = RCHandle<SkSVGStop>;

Aliased Type§

struct Stop(/* private fields */);

Implementations§

Source§

impl Stop

Source

pub fn offset(&self) -> &Length

Source

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

Trait Implementations§

Source§

impl DebugAttributes for Stop

Source§

const NAME: &'static str = "Stop"

Source§

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

Source§

impl Default for Stop

Source§

fn default() -> Self

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