Struct stb_truetype::VMetrics[][src]

pub struct VMetrics {
    pub ascent: i32,
    pub descent: i32,
    pub line_gap: i32,
}

Fields

Trait Implementations

impl Copy for VMetrics
[src]

impl Clone for VMetrics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VMetrics
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for VMetrics

impl Sync for VMetrics