Struct eschers::style::Style [] [src]

pub struct Style {
    pub stroke_width: f64,
}

The various styling options

Fields

Width of a pen stroke

Methods

impl Style
[src]

Create a Style with a given stroke width

Trait Implementations

impl Debug for Style
[src]

Formats the value using the given formatter. Read more

impl Clone for Style
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Style
[src]

Auto Trait Implementations

impl Send for Style

impl Sync for Style