Struct ExShapedTextFitToWidth
pub struct ExShapedTextFitToWidth<'a> { /* private fields */ }
Expand description
Default-param extender for TextServer::shaped_text_fit_to_width_ex
.
Implementations§
§impl<'a> ExShapedTextFitToWidth<'a>
impl<'a> ExShapedTextFitToWidth<'a>
pub fn justification_flags( self, value: JustificationFlag, ) -> ExShapedTextFitToWidth<'a>
pub fn done(self) -> f64
Auto Trait Implementations§
impl<'a> Freeze for ExShapedTextFitToWidth<'a>
impl<'a> RefUnwindSafe for ExShapedTextFitToWidth<'a>
impl<'a> !Send for ExShapedTextFitToWidth<'a>
impl<'a> !Sync for ExShapedTextFitToWidth<'a>
impl<'a> Unpin for ExShapedTextFitToWidth<'a>
impl<'a> !UnwindSafe for ExShapedTextFitToWidth<'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