Struct vectorphile::backend::DrawOptions [] [src]

pub struct DrawOptions {
    pub fill_color: Option<(u8, u8, u8)>,
    pub stroke_color: Option<(u8, u8, u8)>,
    pub stroke_size: f64,
}

Fields

Methods

impl DrawOptions
[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for DrawOptions
[src]

impl Clone for DrawOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DrawOptions
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.