Struct nannou::draw::properties::primitive::polygon::Fill[][src]

pub struct Fill(_);

Color all vertices of the polygon with a single color.

Trait Implementations

impl Clone for Fill
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Fill
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Fill

impl Sync for Fill