Struct owned_ttf_parser::opentype_layout::Feature
source · 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§
source§impl<'a> RecordListItem<'a> for Feature<'a>
impl<'a> RecordListItem<'a> for Feature<'a>
impl<'a> Copy for Feature<'a>
Auto Trait Implementations§
impl<'a> Freeze for Feature<'a>
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§
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