pub struct Galley {
pub glyphs: Vec<PositionedGlyph>,
pub rect: LogicalPixelsRect,
}Expand description
Composed glyphs, ready for rendering.
Fields§
§glyphs: Vec<PositionedGlyph>§rect: LogicalPixelsRectTrait Implementations§
Auto Trait Implementations§
impl Freeze for Galley
impl RefUnwindSafe for Galley
impl Send for Galley
impl Sync for Galley
impl Unpin for Galley
impl UnsafeUnpin for Galley
impl UnwindSafe for Galley
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