Struct cairo::TextCluster [−][src]
Fields
num_bytes: i32
num_glyphs: i32
Trait Implementations
impl Clone for TextCluster[src]
impl Clone for TextClusterfn clone(&self) -> TextCluster[src]
fn clone(&self) -> TextClusterReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TextCluster[src]
impl Debug for TextClusterfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for TextCluster[src]
impl Copy for TextClusterAuto Trait Implementations
impl Send for TextCluster
impl Send for TextClusterimpl Sync for TextCluster
impl Sync for TextCluster