Struct cairo_sys::cairo_glyph_t
source · #[repr(C)]pub struct cairo_glyph_t {
pub index: c_ulong,
pub x: c_double,
pub y: c_double,
}
Fields§
§index: c_ulong
§x: c_double
§y: c_double
Trait Implementations§
source§impl Clone for cairo_glyph_t
impl Clone for cairo_glyph_t
source§fn clone(&self) -> cairo_glyph_t
fn clone(&self) -> cairo_glyph_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