Struct cairo_sys::cairo_text_cluster_t
source · #[repr(C)]pub struct cairo_text_cluster_t {
pub num_bytes: c_int,
pub num_glyphs: c_int,
}
Fields§
§num_bytes: c_int
§num_glyphs: c_int
Trait Implementations§
source§impl Clone for cairo_text_cluster_t
impl Clone for cairo_text_cluster_t
source§fn clone(&self) -> cairo_text_cluster_t
fn clone(&self) -> cairo_text_cluster_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