Struct nannou::ui::prelude::widget::primitive::shape::triangles::MultiColor[][src]

pub struct MultiColor;

Each triangle is colored per vertex.

Trait Implementations

impl Clone for MultiColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MultiColor
[src]

Formats the value using the given formatter. Read more

impl Style for MultiColor
[src]

The type of vertices that make up the list of triangles for this style.

impl Copy for MultiColor
[src]

impl PartialEq<MultiColor> for MultiColor
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for MultiColor

impl Sync for MultiColor