Enum stb_truetype::VertexType [] [src]

pub enum VertexType {
    MoveTo,
    LineTo,
    CurveTo,
}

Variants

Trait Implementations

impl Debug for VertexType
[src]

Formats the value using the given formatter.

impl Clone for VertexType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VertexType
[src]