Struct ExCanvasItemAddPolygon
pub struct ExCanvasItemAddPolygon<'ex> { /* private fields */ }Expand description
Default-param extender for RenderingServer::canvas_item_add_polygon_ex.
Implementations§
§impl<'ex> ExCanvasItemAddPolygon<'ex>
impl<'ex> ExCanvasItemAddPolygon<'ex>
pub fn uvs(self, uvs: &'ex PackedArray<Vector2>) -> ExCanvasItemAddPolygon<'ex>
pub fn texture(self, texture: Rid) -> ExCanvasItemAddPolygon<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExCanvasItemAddPolygon<'ex>
impl<'ex> RefUnwindSafe for ExCanvasItemAddPolygon<'ex>
impl<'ex> !Send for ExCanvasItemAddPolygon<'ex>
impl<'ex> !Sync for ExCanvasItemAddPolygon<'ex>
impl<'ex> Unpin for ExCanvasItemAddPolygon<'ex>
impl<'ex> !UnwindSafe for ExCanvasItemAddPolygon<'ex>
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