pub enum Section {
SubFileSizes,
Header,
CharInfos,
Widths,
Heights,
Depths,
ItalicCorrections,
LigKern,
Kerns,
ExtensibleRecipes,
Params,
}
Variants§
SubFileSizes
Sub-file sizes
Header
Header
CharInfos
Character data
Widths
Widths array
Heights
Heights array
Depths
Depths array
ItalicCorrections
Italic corrections array
LigKern
Lig/kern instructions
Kerns
Kerns array
ExtensibleRecipes
Extensible recipes
Params
Params array
Implementations§
Trait Implementations§
source§impl Ord for Section
impl Ord for Section
source§impl PartialEq<Section> for Section
impl PartialEq<Section> for Section
source§impl PartialOrd<Section> for Section
impl PartialOrd<Section> for Section
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Section
impl Eq for Section
impl StructuralEq for Section
impl StructuralPartialEq for Section
Auto Trait Implementations§
impl RefUnwindSafe for Section
impl Send for Section
impl Sync for Section
impl Unpin for Section
impl UnwindSafe for Section
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