Struct conrod::widget::primitive::shape::triangles::SingleColor [] [src]

pub struct SingleColor(pub Rgba);

All triangles colored with a single Color.

Trait Implementations

impl Copy for SingleColor
[src]

impl Clone for SingleColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SingleColor
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SingleColor
[src]

[src]

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

[src]

This method tests for !=.

impl Style for SingleColor
[src]

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