pub struct AatMapBuilder {
pub current_features: Vec<FeatureInfo>,
pub features: Vec<FeatureRange>,
pub range_first: usize,
pub range_last: usize,
}Expand description
HB: hb_aat_map_builder_t
Fields§
§current_features: Vec<FeatureInfo>§features: Vec<FeatureRange>§range_first: usize§range_last: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AatMapBuilder
impl RefUnwindSafe for AatMapBuilder
impl Send for AatMapBuilder
impl Sync for AatMapBuilder
impl Unpin for AatMapBuilder
impl UnsafeUnpin for AatMapBuilder
impl UnwindSafe for AatMapBuilder
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