Struct owned_ttf_parser::feat::FeatureNames [−][src]
pub struct FeatureNames<'a> { /* fields omitted */ }
Expand description
A list fo feature names.
Implementations
Trait Implementations
type Item = FeatureName<'a>
type Item = FeatureName<'a>
The type of the elements being iterated over.
type IntoIter = FeatureNamesIter<'a>
type IntoIter = FeatureNamesIter<'a>
Which kind of iterator are we turning this into?
Creates an iterator from a value. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for FeatureNames<'a>
impl<'a> Send for FeatureNames<'a>
impl<'a> Sync for FeatureNames<'a>
impl<'a> Unpin for FeatureNames<'a>
impl<'a> UnwindSafe for FeatureNames<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more