Struct nannou::draw::properties::primitive::polyline::Vertexless[][src]

pub struct Vertexless;

A polyline prior to being initialised.

Trait Implementations

impl Clone for Vertexless
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vertexless
[src]

Formats the value using the given formatter. Read more

impl Default for Vertexless
[src]

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

impl<S> IntoDrawn<S> for Vertexless where
    S: BaseFloat
[src]

The iterator type yielding all unique vertices in the drawing. Read more

The iterator type yielding all vertex indices, describing edges of the drawing.

Consume self and return its Drawn form.

impl<S> From<Vertexless> for Primitive<S>
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Vertexless

impl Sync for Vertexless