Enum write_fonts::tables::variations::DeltaSetIndexMap
source · pub enum DeltaSetIndexMap {
Format0(DeltaSetIndexMapFormat0),
Format1(DeltaSetIndexMapFormat1),
}
Expand description
The DeltaSetIndexMap table
Variants§
Format0(DeltaSetIndexMapFormat0)
Format1(DeltaSetIndexMapFormat1)
Implementations§
Trait Implementations§
source§impl Clone for DeltaSetIndexMap
impl Clone for DeltaSetIndexMap
source§fn clone(&self) -> DeltaSetIndexMap
fn clone(&self) -> DeltaSetIndexMap
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 DeltaSetIndexMap
impl Debug for DeltaSetIndexMap
source§impl Default for DeltaSetIndexMap
impl Default for DeltaSetIndexMap
source§impl<'a> FontRead<'a> for DeltaSetIndexMap
impl<'a> FontRead<'a> for DeltaSetIndexMap
source§impl FontWrite for DeltaSetIndexMap
impl FontWrite for DeltaSetIndexMap
source§fn write_into(&self, writer: &mut TableWriter)
fn write_into(&self, writer: &mut TableWriter)
Write our data and information about offsets into this TableWriter.
source§impl FromObjRef<DeltaSetIndexMap<'_>> for DeltaSetIndexMap
impl FromObjRef<DeltaSetIndexMap<'_>> for DeltaSetIndexMap
source§fn from_obj_ref(obj: &DeltaSetIndexMap<'_>, _: FontData<'_>) -> Self
fn from_obj_ref(obj: &DeltaSetIndexMap<'_>, _: FontData<'_>) -> Self
Convert
from
to an instance of Self
, using the provided data to resolve offsets.source§impl FromTableRef<DeltaSetIndexMap<'_>> for DeltaSetIndexMap
impl FromTableRef<DeltaSetIndexMap<'_>> for DeltaSetIndexMap
fn from_table_ref(from: &T) -> Self
source§impl Validate for DeltaSetIndexMap
impl Validate for DeltaSetIndexMap
source§fn validate_impl(&self, ctx: &mut ValidationCtx)
fn validate_impl(&self, ctx: &mut ValidationCtx)
Validate this table. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DeltaSetIndexMap
impl Send for DeltaSetIndexMap
impl Sync for DeltaSetIndexMap
impl Unpin for DeltaSetIndexMap
impl UnwindSafe for DeltaSetIndexMap
Blanket Implementations§
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.