struct Shaped {
id: GlyphId,
cluster: usize,
advance: f32,
}Expand description
One glyph as the shaper reports it, in font units.
Fields§
§id: GlyphId§cluster: usizeWhere in the paragraph the characters this glyph stands for begin.
advance: f32Auto Trait Implementations§
impl Freeze for Shaped
impl RefUnwindSafe for Shaped
impl Send for Shaped
impl Sync for Shaped
impl Unpin for Shaped
impl UnsafeUnpin for Shaped
impl UnwindSafe for Shaped
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