skia_safe::svg::fe

Type Alias Fe

Source
pub type Fe = RCHandle<SkSVGFe>;

Aliased Type§

struct Fe(/* private fields */);

Implementations§

Source§

impl Fe

Source

pub fn input(&self) -> &Input

Source

pub fn set_input(&mut self, value: Input)

Source

pub fn result(&self) -> &Handle<SkString>

Source

pub fn set_result(&mut self, value: Handle<SkString>)

Source

pub fn x(&self) -> Option<&Length>

Source

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

Source

pub fn y(&self) -> Option<&Length>

Source

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

Source

pub fn width(&self) -> Option<&Length>

Source

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

Source

pub fn height(&self) -> Option<&Length>

Source

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

Trait Implementations§

Source§

impl DebugAttributes for Fe

Source§

const NAME: &'static str = "Fe"

Source§

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