Struct usvg::TextDecorationStyle[][src]

pub struct TextDecorationStyle {
    pub fill: Option<Fill>,
    pub stroke: Option<Stroke>,
}

A text decoration style.

Defines the style of the line that should be rendered.

Fields

Trait Implementations

impl Clone for TextDecorationStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TextDecorationStyle
[src]

Formats the value using the given formatter. Read more

impl Default for TextDecorationStyle
[src]

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

Auto Trait Implementations