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 duplicate 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