pub struct TextWord<'a> { /* private fields */ }Expand description
Subsequence of a TextLine that contains a sequence of non-space characters.
Trait Implementations§
source§impl<'a> TextItem for TextWord<'a>
impl<'a> TextItem for TextWord<'a>
source§fn bounding_rect(&self) -> Rect
fn bounding_rect(&self) -> Rect
Return the bounding rectangle of all characters in this item.
source§fn rotated_rect(&self) -> RotatedRect
fn rotated_rect(&self) -> RotatedRect
Return the oriented bounding rectangle of all characters in this item.
Auto Trait Implementations§
impl<'a> RefUnwindSafe for TextWord<'a>
impl<'a> Send for TextWord<'a>
impl<'a> Sync for TextWord<'a>
impl<'a> Unpin for TextWord<'a>
impl<'a> UnwindSafe for TextWord<'a>
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