Struct cairo_sys::FontExtents
[−]
[src]
#[repr(C)]pub struct FontExtents { pub ascent: c_double, pub descent: c_double, pub height: c_double, pub max_x_advance: c_double, pub max_y_advance: c_double, }
Fields
ascent: c_double
descent: c_double
height: c_double
max_x_advance: c_double
max_y_advance: c_double
Trait Implementations
impl Clone for FontExtents
[src]
fn clone(&self) -> FontExtents
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