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 PangoItemglyphs: *mut PangoGlyphStringy_offset: c_intstart_x_offset: c_intend_x_offset: c_intTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoGlyphItem
impl !Send for PangoGlyphItem
impl !Sync for PangoGlyphItem
impl Unpin for PangoGlyphItem
impl UnwindSafe for PangoGlyphItem
Blanket Implementations
Mutably borrows from an owned value. Read more