Struct cairo_sys::cairo_text_extents_t
source · #[repr(C)]pub struct cairo_text_extents_t {
pub x_bearing: c_double,
pub y_bearing: c_double,
pub width: c_double,
pub height: c_double,
pub x_advance: c_double,
pub y_advance: c_double,
}
Fields§
§x_bearing: c_double
§y_bearing: c_double
§width: c_double
§height: c_double
§x_advance: c_double
§y_advance: c_double
Trait Implementations§
source§impl Clone for cairo_text_extents_t
impl Clone for cairo_text_extents_t
source§fn clone(&self) -> cairo_text_extents_t
fn clone(&self) -> cairo_text_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