#[repr(transparent)]pub struct GlyphInfo { /* private fields */ }
Expand description
A GlyphInfo
structure represents a single glyph with
positioning information and visual attributes.
Implementations§
source§impl GlyphInfo
impl GlyphInfo
pub fn as_ptr(&self) -> *mut PangoGlyphInfo
sourcepub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const PangoGlyphInfo) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>(ptr: *const PangoGlyphInfo) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut PangoGlyphInfo
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut PangoGlyphInfo ) -> &'a mut Self
Borrows the underlying C value mutably.