pub enum FeatureParams<'a> {
    StylisticSet(StylisticSetParams<'a>),
    Size(SizeParams<'a>),
    CharacterVariant(CharacterVariantParams<'a>),
}
Expand description

An enum for different possible tables referenced by Feature::feature_params_offset

Variants

StylisticSet(StylisticSetParams<'a>)

Size(SizeParams<'a>)

CharacterVariant(CharacterVariantParams<'a>)

Trait Implementations

read an item, using the provided args. Read more
The name of this table
Access this table’s fields, in declaration order.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.