Enum nanovg::Direction[][src]

pub enum Direction {
    Clockwise,
    CounterClockwise,
}

Variants

Trait Implementations

impl Copy for Direction
[src]

impl Clone for Direction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Direction
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Direction

impl Sync for Direction