Enum stb_truetype::VertexType [] [src]

pub enum VertexType {
    MoveTo,
    LineTo,
    CurveTo,
}

Variants

MoveTo
LineTo
CurveTo

Trait Implementations

Derived Implementations

impl Debug for VertexType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for VertexType

fn clone(&self) -> VertexType

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for VertexType