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