Struct owned_ttf_parser::gpos::MarkToLigatureAdjustment [−][src]
pub struct MarkToLigatureAdjustment<'a> {
pub mark_coverage: Coverage<'a>,
pub ligature_coverage: Coverage<'a>,
pub marks: MarkArray<'a>,
pub ligature_array: LigatureArray<'a>,
}
Expand description
Fields
mark_coverage: Coverage<'a>
ligature_coverage: Coverage<'a>
marks: MarkArray<'a>
ligature_array: LigatureArray<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MarkToLigatureAdjustment<'a>
impl<'a> Send for MarkToLigatureAdjustment<'a>
impl<'a> Sync for MarkToLigatureAdjustment<'a>
impl<'a> Unpin for MarkToLigatureAdjustment<'a>
impl<'a> UnwindSafe for MarkToLigatureAdjustment<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more