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