pub struct FixedWidthTextMeasure;Expand description
A fixed-width text measurer for testing (every character = 8px wide).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixedWidthTextMeasure
impl RefUnwindSafe for FixedWidthTextMeasure
impl Send for FixedWidthTextMeasure
impl Sync for FixedWidthTextMeasure
impl Unpin for FixedWidthTextMeasure
impl UnwindSafe for FixedWidthTextMeasure
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