pub enum TableIndex {
    GSUB = 0,
    GPOS = 1,
}Variants§
Implementations§
Source§impl TableIndex
 
impl TableIndex
pub fn iter() -> impl Iterator<Item = TableIndex>
Trait Implementations§
Source§impl Clone for TableIndex
 
impl Clone for TableIndex
Source§fn clone(&self) -> TableIndex
 
fn clone(&self) -> TableIndex
Returns a duplicate 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 TableIndex
 
impl Debug for TableIndex
Source§impl<T> Index<TableIndex> for [T]
 
impl<T> Index<TableIndex> for [T]
Source§impl<T> IndexMut<TableIndex> for [T]
 
impl<T> IndexMut<TableIndex> for [T]
Source§impl PartialEq for TableIndex
 
impl PartialEq for TableIndex
impl Copy for TableIndex
impl Eq for TableIndex
impl StructuralPartialEq for TableIndex
Auto Trait Implementations§
impl Freeze for TableIndex
impl RefUnwindSafe for TableIndex
impl Send for TableIndex
impl Sync for TableIndex
impl Unpin for TableIndex
impl UnwindSafe for TableIndex
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