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