pub struct CmapTable {
pub version: u16,
pub encoding_records: Vec<EncodingRecord>,
pub subtables: Vec<CmapSubtable>,
}Expand description
CMAP table - Character to glyph mapping
Fields§
§version: u16§encoding_records: Vec<EncodingRecord>§subtables: Vec<CmapSubtable>Implementations§
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