Struct ttf_parser::gpos::MarkToMarkAdjustment
source · [−]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
sourceimpl<'a> Clone for MarkToMarkAdjustment<'a>
impl<'a> Clone for MarkToMarkAdjustment<'a>
sourcefn clone(&self) -> MarkToMarkAdjustment<'a>
fn clone(&self) -> MarkToMarkAdjustment<'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 MarkToMarkAdjustment<'a>
impl<'a> Debug for MarkToMarkAdjustment<'a>
impl<'a> Copy for MarkToMarkAdjustment<'a>
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
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