Struct nanovg::FillOptions[][src]

pub struct FillOptions {
    pub antialias: bool,
}

Controls how filling in a path should look.

Fields

Trait Implementations

impl Debug for FillOptions
[src]

Formats the value using the given formatter. Read more

impl Default for FillOptions
[src]

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

Auto Trait Implementations

impl Send for FillOptions

impl Sync for FillOptions