Struct read_fonts::tables::variations::DeltaSetIndex
source · pub struct DeltaSetIndex {
pub outer: u16,
pub inner: u16,
}Expand description
Outer and inner indices for reading from an ItemVariationStore.
Fields§
§outer: u16Outer delta set index.
inner: u16Inner delta set index.
Trait Implementations§
source§impl Clone for DeltaSetIndex
impl Clone for DeltaSetIndex
source§fn clone(&self) -> DeltaSetIndex
fn clone(&self) -> DeltaSetIndex
Returns a copy 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 DeltaSetIndex
impl Debug for DeltaSetIndex
impl Copy for DeltaSetIndex
Auto Trait Implementations§
impl RefUnwindSafe for DeltaSetIndex
impl Send for DeltaSetIndex
impl Sync for DeltaSetIndex
impl Unpin for DeltaSetIndex
impl UnwindSafe for DeltaSetIndex
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