#[repr(transparent)]pub struct GlyphInfo { /* private fields */ }
Implementations
sourceimpl GlyphInfo
impl GlyphInfo
pub fn glyph(&self) -> u32
pub fn geometry(&self) -> &GlyphGeometry
pub fn geometry_mut(&mut self) -> &mut GlyphGeometry
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GlyphInfo
impl Send for GlyphInfo
impl Sync for GlyphInfo
impl Unpin for GlyphInfo
impl UnwindSafe for GlyphInfo
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