Struct iui::draw::StrokeParams[][src]

pub struct StrokeParams {
    pub cap: LineCap,
    pub join: LineJoin,
    pub thickness: f64,
    pub miter_limit: f64,
    pub dashes: Vec<f64>,
    pub dash_phase: f64,
}

Fields

Methods

impl StrokeParams
[src]

Trait Implementations

impl Clone for StrokeParams
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StrokeParams
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StrokeParams

impl Sync for StrokeParams