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