Struct ttf_parser::morx::Table
source · [−]pub struct Table<'a> {
pub chains: Chains<'a>,
}
Expand description
An Extended Glyph Metamorphosis Table.
Subtable Glyph Coverage used by morx v3 is not supported.
Fields
chains: Chains<'a>
A list of metamorphosis chains.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> Send for Table<'a>
impl<'a> Sync for Table<'a>
impl<'a> Unpin for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more