pub struct FeatureVariationRecord { /* private fields */ }Implementations§
Source§impl FeatureVariationRecord
impl FeatureVariationRecord
pub fn condition_set_offset(&self) -> u32
pub fn condition_set(&self) -> &ConditionSet
pub fn feature_table_substitution_offset(&self) -> u32
pub fn feature_table_substitution(&self) -> &FeatureTableSubstitution
Auto Trait Implementations§
impl Freeze for FeatureVariationRecord
impl RefUnwindSafe for FeatureVariationRecord
impl Send for FeatureVariationRecord
impl Sync for FeatureVariationRecord
impl Unpin for FeatureVariationRecord
impl UnsafeUnpin for FeatureVariationRecord
impl UnwindSafe for FeatureVariationRecord
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