Struct owned_ttf_parser::morx::Subtable
source · 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: Coverage
A subtable coverage.
feature_flags: u32
Subtable 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