pub struct Charmap {
mapping: Vec<(u32, GlyphId)>,
}Expand description
A Unicode charmap built from glyph names.
Fields§
§mapping: Vec<(u32, GlyphId)>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Charmap
impl RefUnwindSafe for Charmap
impl Send for Charmap
impl Sync for Charmap
impl Unpin for Charmap
impl UnsafeUnpin for Charmap
impl UnwindSafe for Charmap
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