Struct owned_ttf_parser::opentype_layout::Feature [−][src]
pub struct Feature<'a> {
pub tag: Tag,
pub lookup_indices: LazyArray16<'a, u16>,
}
Expand description
A Feature.
Fields
tag: Tag
lookup_indices: LazyArray16<'a, u16>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Feature<'a>
impl<'a> UnwindSafe for Feature<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more