skia_safe::svg::fe

Type Alias Flood

Source
pub type Flood = RCHandle<SkSVGFeFlood>;

Aliased Type§

struct Flood(/* private fields */);

Trait Implementations§

Source§

impl DebugAttributes for Flood

Source§

const NAME: &'static str = "FeFlood"

Source§

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

Source§

impl Default for Flood

Source§

fn default() -> Self

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