pub trait ITMP_GlyphPairAdjustmentRecord: IObject {
// Provided methods
fn m_first_adjustment_record(self) -> TMP_GlyphAdjustmentRecord { ... }
fn set_m_first_adjustment_record(self, value: TMP_GlyphAdjustmentRecord) { ... }
fn m_second_adjustment_record(self) -> TMP_GlyphAdjustmentRecord { ... }
fn set_m_second_adjustment_record(self, value: TMP_GlyphAdjustmentRecord) { ... }
fn m_feature_lookup_flags(self) -> FontFeatureLookupFlags_2 { ... }
fn set_m_feature_lookup_flags(self, value: FontFeatureLookupFlags_2) { ... }
}Provided Methods§
fn m_first_adjustment_record(self) -> TMP_GlyphAdjustmentRecord
fn set_m_first_adjustment_record(self, value: TMP_GlyphAdjustmentRecord)
fn m_second_adjustment_record(self) -> TMP_GlyphAdjustmentRecord
fn set_m_second_adjustment_record(self, value: TMP_GlyphAdjustmentRecord)
fn m_feature_lookup_flags(self) -> FontFeatureLookupFlags_2
fn set_m_feature_lookup_flags(self, value: FontFeatureLookupFlags_2)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.