Struct ttf_parser::gpos::PairSets [−][src]
pub struct PairSets<'a> { /* fields omitted */ }
Expand description
A list of PairSet
s.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for PairSets<'a>
impl<'a> UnwindSafe for PairSets<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more