Struct usvg::Stop[][src]

pub struct Stop {
    pub offset: StopOffset,
    pub color: Color,
    pub opacity: Opacity,
}

Gradient's stop element.

stop element in the SVG.

Fields

Trait Implementations

impl Clone for Stop
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Stop
[src]

Auto Trait Implementations

impl Send for Stop

impl Sync for Stop