Struct owned_ttf_parser::gsub::AlternateSubstitution
source · pub struct AlternateSubstitution<'a> {
pub coverage: Coverage<'a>,
pub alternate_sets: LazyOffsetArray16<'a, AlternateSet<'a>>,
}
Expand description
Fields§
§coverage: Coverage<'a>
§alternate_sets: LazyOffsetArray16<'a, AlternateSet<'a>>
Trait Implementations§
source§impl<'a> Clone for AlternateSubstitution<'a>
impl<'a> Clone for AlternateSubstitution<'a>
source§fn clone(&self) -> AlternateSubstitution<'a>
fn clone(&self) -> AlternateSubstitution<'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 AlternateSubstitution<'a>
impl<'a> Debug for AlternateSubstitution<'a>
impl<'a> Copy for AlternateSubstitution<'a>
Auto Trait Implementations§
impl<'a> Freeze for AlternateSubstitution<'a>
impl<'a> RefUnwindSafe for AlternateSubstitution<'a>
impl<'a> Send for AlternateSubstitution<'a>
impl<'a> Sync for AlternateSubstitution<'a>
impl<'a> Unpin for AlternateSubstitution<'a>
impl<'a> UnwindSafe for AlternateSubstitution<'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