pub struct PreparedTextLayout {
pub text: AnnotatedString,
pub metrics: TextMetrics,
pub did_overflow: bool,
}Fields§
§text: AnnotatedString§metrics: TextMetrics§did_overflow: boolTrait Implementations§
Source§impl Clone for PreparedTextLayout
impl Clone for PreparedTextLayout
Source§fn clone(&self) -> PreparedTextLayout
fn clone(&self) -> PreparedTextLayout
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 moreSource§impl Debug for PreparedTextLayout
impl Debug for PreparedTextLayout
Source§impl PartialEq for PreparedTextLayout
impl PartialEq for PreparedTextLayout
impl StructuralPartialEq for PreparedTextLayout
Auto Trait Implementations§
impl Freeze for PreparedTextLayout
impl !RefUnwindSafe for PreparedTextLayout
impl !Send for PreparedTextLayout
impl !Sync for PreparedTextLayout
impl Unpin for PreparedTextLayout
impl UnsafeUnpin for PreparedTextLayout
impl !UnwindSafe for PreparedTextLayout
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