pub struct Subtable<'a> {
    pub kind: SubtableKind<'a>,
    pub coverage: Coverage,
    pub feature_flags: u32,
}Expand description
A subtable in a metamorphosis chain.
Fields§
§kind: SubtableKind<'a>A subtable kind.
coverage: CoverageA subtable coverage.
feature_flags: u32Subtable feature flags.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Subtable<'a>
impl<'a> RefUnwindSafe for Subtable<'a>
impl<'a> Send for Subtable<'a>
impl<'a> Sync for Subtable<'a>
impl<'a> Unpin for Subtable<'a>
impl<'a> UnwindSafe for Subtable<'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