Struct owned_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§
source§impl<'a> Clone for GlyphAssembly<'a>
impl<'a> Clone for GlyphAssembly<'a>
source§fn clone(&self) -> GlyphAssembly<'a>
fn clone(&self) -> GlyphAssembly<'a>
Returns a copy 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<'a> Debug for GlyphAssembly<'a>
impl<'a> Debug for GlyphAssembly<'a>
impl<'a> Copy for GlyphAssembly<'a>
Auto Trait Implementations§
impl<'a> Freeze for GlyphAssembly<'a>
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§
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