Struct cairo_sys::TextCluster [−][src]
#[repr(C)]pub struct TextCluster { pub num_bytes: c_int, pub num_glyphs: c_int, }
Fields
num_bytes: c_intnum_glyphs: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextClusterimpl Send for TextClusterimpl Sync for TextClusterimpl Unpin for TextClusterimpl UnwindSafe for TextClusterBlanket Implementations
Mutably borrows from an owned value. Read more