#[repr(C)]pub enum TableName {
Show 27 variants
AxisVariations = 0,
CharacterToGlyphIndexMapping = 1,
ColorBitmapData = 2,
ColorBitmapLocation = 3,
CompactFontFormat = 4,
CompactFontFormat2 = 5,
FontVariations = 6,
GlyphData = 7,
GlyphDefinition = 8,
GlyphVariations = 9,
Header = 10,
HorizontalHeader = 11,
HorizontalMetrics = 12,
HorizontalMetricsVariations = 13,
IndexToLocation = 14,
Kerning = 15,
MaximumProfile = 16,
MetricsVariations = 17,
Naming = 18,
PostScript = 19,
ScalableVectorGraphics = 20,
StandardBitmapGraphics = 21,
VerticalHeader = 22,
VerticalMetrics = 23,
VerticalMetricsVariations = 24,
VerticalOrigin = 25,
WindowsMetrics = 26,
}
Expand description
A table name.
Variants§
AxisVariations = 0
CharacterToGlyphIndexMapping = 1
ColorBitmapData = 2
ColorBitmapLocation = 3
CompactFontFormat = 4
CompactFontFormat2 = 5
FontVariations = 6
GlyphData = 7
GlyphDefinition = 8
GlyphVariations = 9
Header = 10
HorizontalHeader = 11
HorizontalMetrics = 12
HorizontalMetricsVariations = 13
IndexToLocation = 14
Kerning = 15
MaximumProfile = 16
MetricsVariations = 17
Naming = 18
PostScript = 19
ScalableVectorGraphics = 20
StandardBitmapGraphics = 21
VerticalHeader = 22
VerticalMetrics = 23
VerticalMetricsVariations = 24
VerticalOrigin = 25
WindowsMetrics = 26
Trait Implementations§
impl Copy for TableName
impl StructuralPartialEq for TableName
Auto Trait Implementations§
impl Freeze for TableName
impl RefUnwindSafe for TableName
impl Send for TableName
impl Sync for TableName
impl Unpin for TableName
impl UnwindSafe for TableName
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