struct FeatureTableSubstitutionRecord {
feature_index: FeatureIndex,
feature: Offset32,
}
Fields§
§feature_index: FeatureIndex
§feature: Offset32
Trait Implementations§
source§impl Clone for FeatureTableSubstitutionRecord
impl Clone for FeatureTableSubstitutionRecord
source§fn clone(&self) -> FeatureTableSubstitutionRecord
fn clone(&self) -> FeatureTableSubstitutionRecord
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 moreimpl Copy for FeatureTableSubstitutionRecord
Auto Trait Implementations§
impl Freeze for FeatureTableSubstitutionRecord
impl RefUnwindSafe for FeatureTableSubstitutionRecord
impl Send for FeatureTableSubstitutionRecord
impl Sync for FeatureTableSubstitutionRecord
impl Unpin for FeatureTableSubstitutionRecord
impl UnwindSafe for FeatureTableSubstitutionRecord
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