Struct svg::node::element::RadialGradient
[−]
[src]
pub struct RadialGradient { /* fields omitted */ }A [radialGradient][1] element.
[1]: https://www.w3.org/TR/SVG/pservers.html#RadialGradientElement
Methods
impl RadialGradient[src]
impl RadialGradientimpl RadialGradient[src]
impl RadialGradientpub fn add<T>(self, node: T) -> Self where
T: Node, [src]
pub fn add<T>(self, node: T) -> Self where
T: Node, Append a node.
pub fn set<T, U>(self, name: T, value: U) -> Self where
T: Into<String>,
U: Into<Value>, [src]
pub fn set<T, U>(self, name: T, value: U) -> Self where
T: Into<String>,
U: Into<Value>, Assign an attribute.
Trait Implementations
impl Clone for RadialGradient[src]
impl Clone for RadialGradientfn clone(&self) -> RadialGradient[src]
fn clone(&self) -> RadialGradientReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for RadialGradient[src]
impl Debug for RadialGradientfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Node for RadialGradient[src]
impl Node for RadialGradientfn append<T>(&mut self, node: T) where
T: Node, [src]
fn append<T>(&mut self, node: T) where
T: Node, Append a child node.
fn assign<T, U>(&mut self, name: T, value: U) where
T: Into<String>,
U: Into<Value>, [src]
fn assign<T, U>(&mut self, name: T, value: U) where
T: Into<String>,
U: Into<Value>, Assign an attribute.
impl Display for RadialGradient[src]
impl Display for RadialGradientAuto Trait Implementations
impl !Send for RadialGradient
impl !Send for RadialGradientimpl !Sync for RadialGradient
impl !Sync for RadialGradient