Struct nannou::draw::properties::primitive::polygon::Pointless[][src]

pub struct Pointless;

A polygon prior to being initialised.

Trait Implementations

impl Clone for Pointless
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pointless
[src]

Formats the value using the given formatter. Read more

impl Default for Pointless
[src]

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

impl<S> IntoDrawn<S> for Pointless 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<Pointless> for Primitive<S>
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Pointless

impl Sync for Pointless