pub struct CmapTable {
pub unicode_subtable: CmapSubtable,
}Expand description
CMAP table data
Contains only the subset of the table needed for mapping unicode codepoints to glyph indices
Fields§
§unicode_subtable: CmapSubtableThe unicode subtable of the CMAP table
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmapTable
impl RefUnwindSafe for CmapTable
impl Send for CmapTable
impl Sync for CmapTable
impl Unpin for CmapTable
impl UnwindSafe for CmapTable
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