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