pub struct LigatureSubstitution<'a> {
    pub coverage: Coverage<'a>,
    pub ligature_sets: LigatureSets<'a>,
}Expand description
Fields§
§coverage: Coverage<'a>§ligature_sets: LigatureSets<'a>Implementations§
Trait Implementations§
Source§impl<'a> Clone for LigatureSubstitution<'a>
 
impl<'a> Clone for LigatureSubstitution<'a>
Source§fn clone(&self) -> LigatureSubstitution<'a>
 
fn clone(&self) -> LigatureSubstitution<'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 LigatureSubstitution<'a>
 
impl<'a> Debug for LigatureSubstitution<'a>
impl<'a> Copy for LigatureSubstitution<'a>
Auto Trait Implementations§
impl<'a> Freeze for LigatureSubstitution<'a>
impl<'a> RefUnwindSafe for LigatureSubstitution<'a>
impl<'a> Send for LigatureSubstitution<'a>
impl<'a> Sync for LigatureSubstitution<'a>
impl<'a> Unpin for LigatureSubstitution<'a>
impl<'a> UnwindSafe for LigatureSubstitution<'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