Struct ttf_parser::gpos::MarkToLigatureAdjustment
source · [−]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
sourceimpl<'a> Clone for MarkToLigatureAdjustment<'a>
impl<'a> Clone for MarkToLigatureAdjustment<'a>
sourcefn clone(&self) -> MarkToLigatureAdjustment<'a>
fn clone(&self) -> MarkToLigatureAdjustment<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'a> Debug for MarkToLigatureAdjustment<'a>
impl<'a> Debug for MarkToLigatureAdjustment<'a>
impl<'a> Copy for MarkToLigatureAdjustment<'a>
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more