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