Struct stb_truetype::Vertex [] [src]

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

Fields

Methods

impl Vertex
[src]

Trait Implementations

impl Debug for Vertex
[src]

Formats the value using the given formatter.

impl Clone for Vertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vertex
[src]