pub struct GlyphMap {
pub glyphs: BTreeMap<GlyphId, Glyph>,
}
Fields§
§glyphs: BTreeMap<GlyphId, Glyph>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GlyphMap
impl !RefUnwindSafe for GlyphMap
impl !Send for GlyphMap
impl !Sync for GlyphMap
impl Unpin for GlyphMap
impl !UnwindSafe for GlyphMap
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