pub struct CmapTable { /* private fields */ }Implementations§
Source§impl CmapTable
impl CmapTable
pub fn version(&self) -> u16
pub fn num_tables(&self) -> u16
pub fn encoding_records(&self) -> &[EncodingRecord]
pub fn subtables(&self) -> &[CmapSubtable]
Auto Trait Implementations§
impl Freeze for CmapTable
impl RefUnwindSafe for CmapTable
impl Send for CmapTable
impl Sync for CmapTable
impl Unpin for CmapTable
impl UnsafeUnpin 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