pub struct VariationIndexRemapping { /* private fields */ }
Expand description
A map from the temporary delta set identifiers to the final values.
This is generated when the ItemVariationStore is built; afterwards any tables or records that contain VariationIndex tables need to be remapped.
Implementations§
Source§impl VariationIndexRemapping
impl VariationIndexRemapping
pub fn get(&self, from: u32) -> Option<VariationIndex>
Trait Implementations§
Source§impl Clone for VariationIndexRemapping
impl Clone for VariationIndexRemapping
Source§fn clone(&self) -> VariationIndexRemapping
fn clone(&self) -> VariationIndexRemapping
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VariationIndexRemapping
impl Debug for VariationIndexRemapping
Source§impl Default for VariationIndexRemapping
impl Default for VariationIndexRemapping
Source§fn default() -> VariationIndexRemapping
fn default() -> VariationIndexRemapping
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VariationIndexRemapping
impl RefUnwindSafe for VariationIndexRemapping
impl Send for VariationIndexRemapping
impl Sync for VariationIndexRemapping
impl Unpin for VariationIndexRemapping
impl UnwindSafe for VariationIndexRemapping
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T
, using the provided data to resolve any offsets.