Struct pangocairo_sys::cairo_font_extents_t [] [src]

#[repr(C)]
pub struct cairo_font_extents_t { 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 Copy for cairo_font_extents_t
[src]

impl Clone for cairo_font_extents_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for cairo_font_extents_t
[src]

Returns the "default value" for a type. Read more