Enum read_fonts::tables::layout::CoverageTable
source · pub enum CoverageTable<'a> {
Format1(CoverageFormat1<'a>),
Format2(CoverageFormat2<'a>),
}
Expand description
Variants§
Format1(CoverageFormat1<'a>)
Format2(CoverageFormat2<'a>)
Implementations§
source§impl<'a> CoverageTable<'a>
impl<'a> CoverageTable<'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 coverage_format(&self) -> u16
pub fn coverage_format(&self) -> u16
Format identifier — format = 1
Trait Implementations§
source§impl<'a> Clone for CoverageTable<'a>
impl<'a> Clone for CoverageTable<'a>
source§fn clone(&self) -> CoverageTable<'a>
fn clone(&self) -> CoverageTable<'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 CoverageTable<'a>
impl<'a> Debug for CoverageTable<'a>
source§impl<'a> FontRead<'a> for CoverageTable<'a>
impl<'a> FontRead<'a> for CoverageTable<'a>
Auto Trait Implementations§
impl<'a> Freeze for CoverageTable<'a>
impl<'a> RefUnwindSafe for CoverageTable<'a>
impl<'a> Send for CoverageTable<'a>
impl<'a> Sync for CoverageTable<'a>
impl<'a> Unpin for CoverageTable<'a>
impl<'a> UnwindSafe for CoverageTable<'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
)