pub struct FeatureMapping {
pub ot_feature_tag: Tag,
pub aat_feature_type: u8,
pub selector_to_enable: u8,
pub selector_to_disable: u8,
}Expand description
HB: hb_aat_feature_mapping_t
Fields§
§ot_feature_tag: Tag§aat_feature_type: u8§selector_to_enable: u8§selector_to_disable: u8Implementations§
Auto Trait Implementations§
impl Freeze for FeatureMapping
impl RefUnwindSafe for FeatureMapping
impl Send for FeatureMapping
impl Sync for FeatureMapping
impl Unpin for FeatureMapping
impl UnsafeUnpin for FeatureMapping
impl UnwindSafe for FeatureMapping
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