Struct pango_sys::PangoGlyphItem
source · #[repr(C)]pub struct PangoGlyphItem {
pub item: *mut PangoItem,
pub glyphs: *mut PangoGlyphString,
pub y_offset: c_int,
pub start_x_offset: c_int,
pub end_x_offset: c_int,
}
Fields§
§item: *mut PangoItem
§glyphs: *mut PangoGlyphString
§y_offset: c_int
§start_x_offset: c_int
§end_x_offset: c_int
Trait Implementations§
source§impl Clone for PangoGlyphItem
impl Clone for PangoGlyphItem
source§fn clone(&self) -> PangoGlyphItem
fn clone(&self) -> PangoGlyphItem
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more