Struct pango_sys::PangoGlyphGeometry [−][src]
#[repr(C)]pub struct PangoGlyphGeometry { pub width: PangoGlyphUnit, pub x_offset: PangoGlyphUnit, pub y_offset: PangoGlyphUnit, }
Fields
width: PangoGlyphUnit
x_offset: PangoGlyphUnit
y_offset: PangoGlyphUnit
Trait Implementations
impl Copy for PangoGlyphGeometry
[src]
impl Copy for PangoGlyphGeometry
impl Clone for PangoGlyphGeometry
[src]
impl Clone for PangoGlyphGeometry
fn clone(&self) -> PangoGlyphGeometry
[src]
fn clone(&self) -> PangoGlyphGeometry
Returns 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 PangoGlyphGeometry
[src]
impl Debug for PangoGlyphGeometry
Auto Trait Implementations
impl Send for PangoGlyphGeometry
impl Send for PangoGlyphGeometry
impl Sync for PangoGlyphGeometry
impl Sync for PangoGlyphGeometry