Struct owned_ttf_parser::gsub::AlternateSet
source · pub struct AlternateSet<'a> {
pub alternates: LazyArray16<'a, GlyphId>,
}
Expand description
A list of glyphs for Alternate Substitution Subtable.
Fields§
§alternates: LazyArray16<'a, GlyphId>
Array of alternate glyph IDs, in arbitrary order.
Trait Implementations§
source§impl<'a> Clone for AlternateSet<'a>
impl<'a> Clone for AlternateSet<'a>
source§fn clone(&self) -> AlternateSet<'a>
fn clone(&self) -> AlternateSet<'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 AlternateSet<'a>
impl<'a> Debug for AlternateSet<'a>
impl<'a> Copy for AlternateSet<'a>
Auto Trait Implementations§
impl<'a> Freeze for AlternateSet<'a>
impl<'a> RefUnwindSafe for AlternateSet<'a>
impl<'a> Send for AlternateSet<'a>
impl<'a> Sync for AlternateSet<'a>
impl<'a> Unpin for AlternateSet<'a>
impl<'a> UnwindSafe for AlternateSet<'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