pub struct VarStoreRemapping<T> { /* 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§
Trait Implementations§
Source§impl<T: Clone> Clone for VarStoreRemapping<T>
impl<T: Clone> Clone for VarStoreRemapping<T>
Source§fn clone(&self) -> VarStoreRemapping<T>
fn clone(&self) -> VarStoreRemapping<T>
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<T: Debug> Debug for VarStoreRemapping<T>
impl<T: Debug> Debug for VarStoreRemapping<T>
Source§impl<T: Default> Default for VarStoreRemapping<T>
impl<T: Default> Default for VarStoreRemapping<T>
Source§fn default() -> VarStoreRemapping<T>
fn default() -> VarStoreRemapping<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for VarStoreRemapping<T>
impl<T> RefUnwindSafe for VarStoreRemapping<T>where
T: RefUnwindSafe,
impl<T> Send for VarStoreRemapping<T>where
T: Send,
impl<T> Sync for VarStoreRemapping<T>where
T: Sync,
impl<T> Unpin for VarStoreRemapping<T>where
T: Unpin,
impl<T> UnsafeUnpin for VarStoreRemapping<T>
impl<T> UnwindSafe for VarStoreRemapping<T>where
T: UnwindSafe,
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.