pub enum CmapSubtable {
Format0(Format0),
Format4(Format4),
Format6(Format6),
Format12(Format12),
Format13(Format13),
Format14(Format14),
}Variants§
Format0(Format0)
Format4(Format4)
Format6(Format6)
Format12(Format12)
Format13(Format13)
Format14(Format14)
Trait Implementations§
Source§impl Clone for CmapSubtable
impl Clone for CmapSubtable
Source§fn clone(&self) -> CmapSubtable
fn clone(&self) -> CmapSubtable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CmapSubtable
impl RefUnwindSafe for CmapSubtable
impl Send for CmapSubtable
impl Sync for CmapSubtable
impl Unpin for CmapSubtable
impl UnwindSafe for CmapSubtable
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