Struct nanovg::GlyphPosition[][src]

pub struct GlyphPosition {
    pub x: f32,
    pub min_x: f32,
    pub max_x: f32,
}

Fields

Trait Implementations

impl Clone for GlyphPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GlyphPosition
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations