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