pub struct FeatureTableSubstitutionRecord { /* private fields */ }Implementations§
Source§impl FeatureTableSubstitutionRecord
impl FeatureTableSubstitutionRecord
pub fn feature_index(&self) -> u16
pub fn alternate_feature_table_offset(&self) -> u32
pub fn alternate_feature_table(&self) -> &Feature
Auto Trait Implementations§
impl Freeze for FeatureTableSubstitutionRecord
impl RefUnwindSafe for FeatureTableSubstitutionRecord
impl Send for FeatureTableSubstitutionRecord
impl Sync for FeatureTableSubstitutionRecord
impl Unpin for FeatureTableSubstitutionRecord
impl UnsafeUnpin 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