Struct ttf_parser::math::GlyphAssembly
source · [−]pub struct GlyphAssembly<'a> {
pub italics_correction: MathValue<'a>,
pub parts: LazyArray16<'a, GlyphPart>,
}
Expand description
Fields
italics_correction: MathValue<'a>
The italics correction of the assembled glyph.
parts: LazyArray16<'a, GlyphPart>
Parts the assembly is composed of.
Trait Implementations
sourceimpl<'a> Clone for GlyphAssembly<'a>
impl<'a> Clone for GlyphAssembly<'a>
sourcefn clone(&self) -> GlyphAssembly<'a>
fn clone(&self) -> GlyphAssembly<'a>
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<'a> Debug for GlyphAssembly<'a>
impl<'a> Debug for GlyphAssembly<'a>
impl<'a> Copy for GlyphAssembly<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for GlyphAssembly<'a>
impl<'a> Send for GlyphAssembly<'a>
impl<'a> Sync for GlyphAssembly<'a>
impl<'a> Unpin for GlyphAssembly<'a>
impl<'a> UnwindSafe for GlyphAssembly<'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