pub struct PortableMathAssemblyPart {
pub glyph: i32,
pub start_connector: i32,
pub end_connector: i32,
pub full_advance: i32,
pub extender: bool,
}Expand description
One part of an OpenType MATH glyph assembly, all measurements in scaled
points (mirrors hb_ot_math_glyph_part_t / ttf-parser GlyphPart).
Fields§
§glyph: i32§start_connector: i32§end_connector: i32§full_advance: i32§extender: boolTrait Implementations§
Source§impl Clone for PortableMathAssemblyPart
impl Clone for PortableMathAssemblyPart
impl Copy for PortableMathAssemblyPart
Source§impl Debug for PortableMathAssemblyPart
impl Debug for PortableMathAssemblyPart
Source§impl Default for PortableMathAssemblyPart
impl Default for PortableMathAssemblyPart
impl Eq for PortableMathAssemblyPart
Source§impl PartialEq for PortableMathAssemblyPart
impl PartialEq for PortableMathAssemblyPart
impl StructuralPartialEq for PortableMathAssemblyPart
Auto Trait Implementations§
impl Freeze for PortableMathAssemblyPart
impl RefUnwindSafe for PortableMathAssemblyPart
impl Send for PortableMathAssemblyPart
impl Sync for PortableMathAssemblyPart
impl Unpin for PortableMathAssemblyPart
impl UnsafeUnpin for PortableMathAssemblyPart
impl UnwindSafe for PortableMathAssemblyPart
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