Struct owned_ttf_parser::gsub::Ligature
source · pub struct Ligature<'a> {
pub glyph: GlyphId,
pub components: LazyArray16<'a, GlyphId>,
}
Expand description
Glyph components for one ligature.
Fields§
§glyph: GlyphId
Ligature 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