Enum stb_truetype::VertexType
[−]
[src]
pub enum VertexType {
MoveTo,
LineTo,
CurveTo,
}Variants
MoveToLineToCurveToTrait Implementations
impl Debug for VertexType[src]
impl Clone for VertexType[src]
fn clone(&self) -> VertexType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more