Struct ttf_parser::gsub::AlternateSubstitution
source · pub struct AlternateSubstitution<'a> {
pub coverage: Coverage<'a>,
pub alternate_sets: AlternateSets<'a>,
}Expand description
Fields§
§coverage: Coverage<'a>§alternate_sets: AlternateSets<'a>Trait Implementations§
source§impl<'a> Clone for AlternateSubstitution<'a>
impl<'a> Clone for AlternateSubstitution<'a>
source§fn clone(&self) -> AlternateSubstitution<'a>
fn clone(&self) -> AlternateSubstitution<'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 more