Struct write_fonts::layout::FeatureTableSubstitution
source · [−]pub struct FeatureTableSubstitution {
pub substitutions: Vec<FeatureTableSubstitutionRecord>,
}Expand description
Fields
substitutions: Vec<FeatureTableSubstitutionRecord>Array of feature table substitution records.
Trait Implementations
sourceimpl Clone for FeatureTableSubstitution
impl Clone for FeatureTableSubstitution
sourcefn clone(&self) -> FeatureTableSubstitution
fn clone(&self) -> FeatureTableSubstitution
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FeatureTableSubstitution
impl Debug for FeatureTableSubstitution
sourceimpl<'a> FontRead<'a> for FeatureTableSubstitution
impl<'a> FontRead<'a> for FeatureTableSubstitution
sourceimpl FontWrite for FeatureTableSubstitution
impl FontWrite for FeatureTableSubstitution
sourcefn write_into(&self, writer: &mut TableWriter)
fn write_into(&self, writer: &mut TableWriter)
Write our data and information about offsets into this TableWriter.
sourceimpl Validate for FeatureTableSubstitution
impl Validate for FeatureTableSubstitution
sourcefn validate_impl(&self, ctx: &mut ValidationCtx)
fn validate_impl(&self, ctx: &mut ValidationCtx)
Validate this table. Read more
Auto Trait Implementations
impl RefUnwindSafe for FeatureTableSubstitution
impl Send for FeatureTableSubstitution
impl Sync for FeatureTableSubstitution
impl Unpin for FeatureTableSubstitution
impl UnwindSafe for FeatureTableSubstitution
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more