Enum read_fonts::tables::variations::DeltaSetIndexMap
source · pub enum DeltaSetIndexMap<'a> {
Format0(DeltaSetIndexMapFormat0<'a>),
Format1(DeltaSetIndexMapFormat1<'a>),
}Expand description
The DeltaSetIndexMap table
Variants§
Format0(DeltaSetIndexMapFormat0<'a>)
Format1(DeltaSetIndexMapFormat1<'a>)
Implementations§
source§impl<'a> DeltaSetIndexMap<'a>
impl<'a> DeltaSetIndexMap<'a>
Trait Implementations§
source§impl<'a> Clone for DeltaSetIndexMap<'a>
impl<'a> Clone for DeltaSetIndexMap<'a>
source§fn clone(&self) -> DeltaSetIndexMap<'a>
fn clone(&self) -> DeltaSetIndexMap<'a>
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<'a> Debug for DeltaSetIndexMap<'a>
impl<'a> Debug for DeltaSetIndexMap<'a>
source§impl<'a> FontRead<'a> for DeltaSetIndexMap<'a>
impl<'a> FontRead<'a> for DeltaSetIndexMap<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DeltaSetIndexMap<'a>
impl<'a> Send for DeltaSetIndexMap<'a>
impl<'a> Sync for DeltaSetIndexMap<'a>
impl<'a> Unpin for DeltaSetIndexMap<'a>
impl<'a> UnwindSafe for DeltaSetIndexMap<'a>
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