Struct ttf_parser::opentype_layout::Feature
source · [−]pub struct Feature<'a> {
pub tag: Tag,
pub lookup_indices: LazyArray16<'a, LookupIndex>,
}
Expand description
A Feature.
Fields
tag: Tag
lookup_indices: LazyArray16<'a, LookupIndex>
Trait Implementations
sourceimpl<'a> RecordListItem<'a> for Feature<'a>
impl<'a> RecordListItem<'a> for Feature<'a>
impl<'a> Copy for Feature<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Feature<'a>
impl<'a> Send for Feature<'a>
impl<'a> Sync for Feature<'a>
impl<'a> Unpin for Feature<'a>
impl<'a> UnwindSafe for Feature<'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