Struct owned_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§
source§impl<'a> Clone for MarkToMarkAdjustment<'a>
impl<'a> Clone for MarkToMarkAdjustment<'a>
source§fn clone(&self) -> MarkToMarkAdjustment<'a>
fn clone(&self) -> MarkToMarkAdjustment<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for MarkToMarkAdjustment<'a>
impl<'a> Debug for MarkToMarkAdjustment<'a>
impl<'a> Copy for MarkToMarkAdjustment<'a>
Auto Trait Implementations§
impl<'a> Freeze for MarkToMarkAdjustment<'a>
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more