pub struct Ligature<'a> {
    pub glyph: GlyphId,
    pub components: LazyArray16<'a, GlyphId>,
}Expand description
Glyph components for one ligature.
Fields§
§glyph: GlyphIdLigature to substitute.
components: LazyArray16<'a, GlyphId>Glyph components for one ligature.
Trait Implementations§
impl<'a> Copy for Ligature<'a>
Auto Trait Implementations§
impl<'a> Freeze for Ligature<'a>
impl<'a> RefUnwindSafe for Ligature<'a>
impl<'a> Send for Ligature<'a>
impl<'a> Sync for Ligature<'a>
impl<'a> Unpin for Ligature<'a>
impl<'a> UnwindSafe for Ligature<'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