Struct ttf_parser::morx::Chain
source · [−]pub struct Chain<'a> {
pub default_flags: u32,
pub features: LazyArray32<'a, Feature>,
pub subtables: Subtables<'a>,
}
Expand description
A metamorphosis chain.
Fields
default_flags: u32
Default chain features.
features: LazyArray32<'a, Feature>
A list of chain features.
subtables: Subtables<'a>
A list of chain subtables.
Trait Implementations
impl<'a> Copy for Chain<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Chain<'a>
impl<'a> Send for Chain<'a>
impl<'a> Sync for Chain<'a>
impl<'a> Unpin for Chain<'a>
impl<'a> UnwindSafe for Chain<'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