[][src]Struct usvg::FeFlood

pub struct FeFlood {
    pub color: Color,
    pub opacity: Opacity,
}

A flood filter primitive.

feFlood element in the SVG.

Fields

color: Color

A flood color.

flood-color in the SVG.

opacity: Opacity

A flood opacity.

flood-opacity in the SVG.

Trait Implementations

impl Clone for FeFlood[src]

impl Copy for FeFlood[src]

impl Debug for FeFlood[src]

Auto Trait Implementations

impl RefUnwindSafe for FeFlood

impl Send for FeFlood

impl Sync for FeFlood

impl Unpin for FeFlood

impl UnwindSafe for FeFlood

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.