Struct cairo_sys::TextCluster [] [src]

#[repr(C)]
pub struct TextCluster { pub num_bytes: c_int, pub num_glyphs: c_int, }

Fields

Trait Implementations

impl Clone for TextCluster
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TextCluster
[src]