#[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_intTrait Implementations§
Source§impl Clone for PangoGlyphItem
impl Clone for PangoGlyphItem
Source§fn clone(&self) -> PangoGlyphItem
fn clone(&self) -> PangoGlyphItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PangoGlyphItem
Auto Trait Implementations§
impl !Send for PangoGlyphItem
impl !Sync for PangoGlyphItem
impl Freeze for PangoGlyphItem
impl RefUnwindSafe for PangoGlyphItem
impl Unpin for PangoGlyphItem
impl UnsafeUnpin for PangoGlyphItem
impl UnwindSafe for PangoGlyphItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more