pub struct GlyphAssembly {
pub parts: Vec<PortableMathAssemblyPart>,
}Expand description
OpenType MATH glyph assembly passed to the engine as an opaque pointer, freed by free_ot_assembly.
Fields§
§parts: Vec<PortableMathAssemblyPart>Trait Implementations§
Source§impl Clone for GlyphAssembly
impl Clone for GlyphAssembly
Source§impl Debug for GlyphAssembly
impl Debug for GlyphAssembly
Source§impl Default for GlyphAssembly
impl Default for GlyphAssembly
impl Eq for GlyphAssembly
Source§impl PartialEq for GlyphAssembly
impl PartialEq for GlyphAssembly
impl StructuralPartialEq for GlyphAssembly
Auto Trait Implementations§
impl Freeze for GlyphAssembly
impl RefUnwindSafe for GlyphAssembly
impl Send for GlyphAssembly
impl Sync for GlyphAssembly
impl Unpin for GlyphAssembly
impl UnsafeUnpin for GlyphAssembly
impl UnwindSafe for GlyphAssembly
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