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