Enum read_fonts::layout::CoverageTable
source · [−]pub enum CoverageTable<'a> {
Format1(CoverageFormat1<'a>),
Format2(CoverageFormat2<'a>),
}Expand description
Variants
Format1(CoverageFormat1<'a>)
Format2(CoverageFormat2<'a>)
Implementations
Trait Implementations
sourceimpl<'a> Debug for CoverageTable<'a>
impl<'a> Debug for CoverageTable<'a>
sourceimpl<'a> FontRead<'a> for CoverageTable<'a>
impl<'a> FontRead<'a> for CoverageTable<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more