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: u16
Outer delta set index.
inner: u16
Inner 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
source§impl Default for DeltaSetIndex
impl Default for DeltaSetIndex
source§fn default() -> DeltaSetIndex
fn default() -> DeltaSetIndex
Returns the “default value” for a type. Read more
source§impl Hash for DeltaSetIndex
impl Hash for DeltaSetIndex
source§impl Ord for DeltaSetIndex
impl Ord for DeltaSetIndex
source§fn cmp(&self, other: &DeltaSetIndex) -> Ordering
fn cmp(&self, other: &DeltaSetIndex) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for DeltaSetIndex
impl PartialEq for DeltaSetIndex
source§impl PartialOrd for DeltaSetIndex
impl PartialOrd for DeltaSetIndex
impl Copy for DeltaSetIndex
impl Eq for DeltaSetIndex
impl StructuralPartialEq for DeltaSetIndex
Auto Trait Implementations§
impl Freeze for DeltaSetIndex
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)