Struct cairo_sys::cairo_font_extents_t
source · #[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§
§ascent: c_double
§descent: c_double
§height: c_double
§max_x_advance: c_double
§max_y_advance: c_double
Trait Implementations§
source§impl Clone for cairo_font_extents_t
impl Clone for cairo_font_extents_t
source§fn clone(&self) -> cairo_font_extents_t
fn clone(&self) -> cairo_font_extents_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more