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]

impl Debug for TextCluster
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TextCluster

impl Sync for TextCluster