Struct stb_truetype_bugfix_19072017::Vertex [] [src]

#[repr(C)]
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 Copy for Vertex
[src]

impl Clone for Vertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vertex
[src]

Formats the value using the given formatter.