Enum geo::algorithm::winding_order::WindingOrder [] [src]

pub enum WindingOrder {
    Clockwise,
    CounterClockwise,
}

How a linestring is wound, clockwise or counter-clockwise

Variants

Trait Implementations

impl PartialEq for WindingOrder
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Clone for WindingOrder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for WindingOrder
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for WindingOrder
[src]

Auto Trait Implementations

impl Send for WindingOrder

impl Sync for WindingOrder