Struct nannou::draw::IntermediaryVertexData[][src]

pub struct IntermediaryVertexData<S> { /* fields omitted */ }

A set of intermediary buffers for collecting geometry point data for geometry types that may produce a dynamic number of vertices that may or not also contain colour or texture data.

Methods

impl<S> IntermediaryVertexData<S>
[src]

Clears all buffers.

Trait Implementations

impl<S: Clone> Clone for IntermediaryVertexData<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for IntermediaryVertexData<S>
[src]

Formats the value using the given formatter. Read more

impl<S> Default for IntermediaryVertexData<S>
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<S> Send for IntermediaryVertexData<S> where
    S: Send

impl<S> Sync for IntermediaryVertexData<S> where
    S: Sync