pub struct CidToUnicode { /* private fields */ }Expand description
A CID-to-Unicode mapping, inverted from a collection’s Uni*-UTF16-H
CMap: that file maps UTF-16 code points to CIDs, and running it backward
answers what a CID means when no /ToUnicode does. Where several code
points share a CID the lowest wins — the unified ideograph rather than
its compatibility duplicate.
Implementations§
Auto Trait Implementations§
impl Freeze for CidToUnicode
impl RefUnwindSafe for CidToUnicode
impl Send for CidToUnicode
impl Sync for CidToUnicode
impl Unpin for CidToUnicode
impl UnsafeUnpin for CidToUnicode
impl UnwindSafe for CidToUnicode
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