Struct ttf_parser::math::Table
source · [−]pub struct Table<'a> {
pub constants: Option<Constants<'a>>,
pub glyph_info: Option<GlyphInfo<'a>>,
pub variants: Option<Variants<'a>>,
}
Expand description
A Math Table.
Fields
constants: Option<Constants<'a>>
Math positioning constants.
glyph_info: Option<GlyphInfo<'a>>
Per-glyph positioning information.
variants: Option<Variants<'a>>
Variants and assembly recipes for growable glyphs.
Implementations
Trait Implementations
impl<'a> Copy for Table<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> Send for Table<'a>
impl<'a> Sync for Table<'a>
impl<'a> Unpin for Table<'a>
impl<'a> UnwindSafe for Table<'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