Enum read_fonts::tables::ift::Ift
source · pub enum Ift<'a> {
Format1(PatchMapFormat1<'a>),
Format2(PatchMapFormat2<'a>),
}
Variants§
Format1(PatchMapFormat1<'a>)
Format2(PatchMapFormat2<'a>)
Implementations§
source§impl<'a> Ift<'a>
impl<'a> Ift<'a>
sourcepub fn offset_data(&self) -> FontData<'a>
pub fn offset_data(&self) -> FontData<'a>
Return the FontData
used to resolve offsets for this table.
sourcepub fn compatibility_id(&self) -> &'a [BigEndian<u32>]
pub fn compatibility_id(&self) -> &'a [BigEndian<u32>]
Unique ID that identifies compatible patches.
pub fn uri_template_length(&self) -> u16
pub fn uri_template(&self) -> &'a [u8] ⓘ
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Ift<'a>
impl<'a> RefUnwindSafe for Ift<'a>
impl<'a> Send for Ift<'a>
impl<'a> Sync for Ift<'a>
impl<'a> Unpin for Ift<'a>
impl<'a> UnwindSafe for Ift<'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
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
)