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> 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