Struct nannou::ui::backend::glium::glium::index::NoIndices[][src]

pub struct NoIndices(pub PrimitiveType);

Marker that can be used as an indices source when you don't need indices.

If you use this, then the primitives will be constructed using the order in which the vertices are in the vertices sources.

Trait Implementations

impl Clone for NoIndices
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NoIndices
[src]

Formats the value using the given formatter. Read more

impl<'a> From<NoIndices> for IndicesSource<'a>
[src]

Performs the conversion.

impl<'a, 'b> From<&'b NoIndices> for IndicesSource<'a>
[src]

Performs the conversion.

impl Copy for NoIndices
[src]

Auto Trait Implementations

impl Send for NoIndices

impl Sync for NoIndices