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: i16
y: i16
cx: i16
cy: i16
Methods
impl Vertex[src]
fn vertex_type(&self) -> VertexType
Trait Implementations
impl Debug for Vertex[src]
impl Clone for Vertex[src]
fn clone(&self) -> Vertex
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