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
sourceimpl Clone for PangoGlyphItem
impl Clone for PangoGlyphItem
sourcefn clone(&self) -> PangoGlyphItem
fn clone(&self) -> PangoGlyphItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PangoGlyphItem
impl Debug for PangoGlyphItem
impl Copy for PangoGlyphItem
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more