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

Trait Implementations

impl Clone for FontExtents
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FontExtents
[src]