pub struct TextShape<'a> { /* private fields */ }Expand description
A shape for drawing text
Implementations§
Source§impl<'a> TextShape<'a>
impl<'a> TextShape<'a>
Trait Implementations§
impl<'a> StructuralPartialEq for TextShape<'a>
Auto Trait Implementations§
impl<'a> Freeze for TextShape<'a>
impl<'a> RefUnwindSafe for TextShape<'a>
impl<'a> Send for TextShape<'a>
impl<'a> Sync for TextShape<'a>
impl<'a> Unpin for TextShape<'a>
impl<'a> UnwindSafe for TextShape<'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