Enum owned_ttf_parser::cmap::Format
source · pub enum Format<'a> {
ByteEncodingTable(Subtable0<'a>),
HighByteMappingThroughTable(Subtable2<'a>),
SegmentMappingToDeltaValues(Subtable4<'a>),
TrimmedTableMapping(Subtable6<'a>),
MixedCoverage,
TrimmedArray(Subtable10<'a>),
SegmentedCoverage(Subtable12<'a>),
ManyToOneRangeMappings(Subtable13<'a>),
UnicodeVariationSequences(Subtable14<'a>),
}
Expand description
A character encoding subtable variant.
Variants§
ByteEncodingTable(Subtable0<'a>)
HighByteMappingThroughTable(Subtable2<'a>)
SegmentMappingToDeltaValues(Subtable4<'a>)
TrimmedTableMapping(Subtable6<'a>)
MixedCoverage
TrimmedArray(Subtable10<'a>)
SegmentedCoverage(Subtable12<'a>)
ManyToOneRangeMappings(Subtable13<'a>)
UnicodeVariationSequences(Subtable14<'a>)
Trait Implementations§
impl<'a> Copy for Format<'a>
Auto Trait Implementations§
impl<'a> Freeze for Format<'a>
impl<'a> RefUnwindSafe for Format<'a>
impl<'a> Send for Format<'a>
impl<'a> Sync for Format<'a>
impl<'a> Unpin for Format<'a>
impl<'a> UnwindSafe for Format<'a>
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