Struct ttf_parser::ggg::layout_table::LanguageSystem
source · pub struct LanguageSystem<'a> {
pub tag: Tag,
pub required_feature: Option<FeatureIndex>,
pub feature_indices: LazyArray16<'a, FeatureIndex>,
}
Expand description
Fields§
§tag: Tag
Language tag.
required_feature: Option<FeatureIndex>
Index of a feature required for this language system.
feature_indices: LazyArray16<'a, FeatureIndex>
Array of indices into the FeatureList, in arbitrary order.
Trait Implementations§
source§impl<'a> Clone for LanguageSystem<'a>
impl<'a> Clone for LanguageSystem<'a>
source§fn clone(&self) -> LanguageSystem<'a>
fn clone(&self) -> LanguageSystem<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for LanguageSystem<'a>
impl<'a> Debug for LanguageSystem<'a>
source§impl<'a> RecordListItem<'a> for LanguageSystem<'a>
impl<'a> RecordListItem<'a> for LanguageSystem<'a>
impl<'a> Copy for LanguageSystem<'a>
Auto Trait Implementations§
impl<'a> Freeze for LanguageSystem<'a>
impl<'a> RefUnwindSafe for LanguageSystem<'a>
impl<'a> Send for LanguageSystem<'a>
impl<'a> Sync for LanguageSystem<'a>
impl<'a> Unpin for LanguageSystem<'a>
impl<'a> UnwindSafe for LanguageSystem<'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