pub struct GlyphList(/* private fields */);Expand description
A list of glyphs in some font.
Implementations§
Trait Implementations§
impl Eq for GlyphList
impl StructuralPartialEq for GlyphList
Auto Trait Implementations§
impl Freeze for GlyphList
impl RefUnwindSafe for GlyphList
impl Send for GlyphList
impl Sync for GlyphList
impl Unpin for GlyphList
impl UnsafeUnpin for GlyphList
impl UnwindSafe for GlyphList
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