Struct usvg::Stroke[][src]

pub struct Stroke {
    pub paint: Paint,
    pub dasharray: Option<NumberList>,
    pub dashoffset: f64,
    pub miterlimit: f64,
    pub opacity: Opacity,
    pub width: f64,
    pub linecap: LineCap,
    pub linejoin: LineJoin,
}

A stroke style.

Fields

Trait Implementations

impl Clone for Stroke
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stroke
[src]

Formats the value using the given formatter. Read more

impl Default for Stroke
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Stroke

impl Sync for Stroke