Enum stb_truetype::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. Read more

impl PartialEq for VertexType
[src]

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

This method tests for !=.

impl Eq for VertexType
[src]

Auto Trait Implementations

impl Send for VertexType

impl Sync for VertexType