Enum nannou::geom::polyline::join::Dynamic[][src]

pub enum Dynamic {
    Miter(Miter),
    Round(Round),
    Bevel(Bevel),
}

Variants

Trait Implementations

impl Clone for Dynamic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dynamic
[src]

impl Debug for Dynamic
[src]

Formats the value using the given formatter. Read more

impl From<Miter> for Dynamic
[src]

Performs the conversion.

impl From<Round> for Dynamic
[src]

Performs the conversion.

impl From<Bevel> for Dynamic
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Dynamic

impl Sync for Dynamic