Struct stb_truetype::Vertex [] [src]

pub struct Vertex {
    pub x: i16,
    pub y: i16,
    pub cx: i16,
    pub cy: i16,
    // some fields omitted
}

Fields

x
y
cx
cy

Methods

impl Vertex

fn vertex_type(&self) -> VertexType

Trait Implementations

Derived Implementations

impl Debug for Vertex

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

impl Clone for Vertex

fn clone(&self) -> Vertex

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

impl Copy for Vertex