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

pub struct PerVertex;

Color each vertex individually.

Trait Implementations

impl Clone for PerVertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PerVertex
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PerVertex

impl Sync for PerVertex