pub struct PreparedLine { /* private fields */ }Implementations§
Source§impl PreparedLine
impl PreparedLine
pub fn layout(&self) -> &TextLineLayout
pub fn glyphs(&self) -> &[ParleyGlyph]
pub fn into_parts(self) -> (TextLineLayout, Vec<ParleyGlyph>)
Trait Implementations§
Source§impl Clone for PreparedLine
impl Clone for PreparedLine
Source§fn clone(&self) -> PreparedLine
fn clone(&self) -> PreparedLine
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for PreparedLine
impl !RefUnwindSafe for PreparedLine
impl Send for PreparedLine
impl Sync for PreparedLine
impl Unpin for PreparedLine
impl UnsafeUnpin for PreparedLine
impl !UnwindSafe for PreparedLine
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