Enum stb_truetype_bugfix_19072017::VertexType [] [src]

#[repr(u8)]
pub enum VertexType { MoveTo, LineTo, CurveTo, }

Variants

Trait Implementations

impl Copy for VertexType
[src]

impl Clone for VertexType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VertexType
[src]

Formats the value using the given formatter.