Struct ExOffsetPolygon
pub struct ExOffsetPolygon<'a> { /* private fields */ }
Expand description
Default-param extender for Geometry2D::offset_polygon_ex
.
Implementations§
§impl<'a> ExOffsetPolygon<'a>
impl<'a> ExOffsetPolygon<'a>
pub fn join_type(self, value: PolyJoinType) -> ExOffsetPolygon<'a>
pub fn done(self) -> Array<PackedVector2Array>
Auto Trait Implementations§
impl<'a> Freeze for ExOffsetPolygon<'a>
impl<'a> RefUnwindSafe for ExOffsetPolygon<'a>
impl<'a> !Send for ExOffsetPolygon<'a>
impl<'a> !Sync for ExOffsetPolygon<'a>
impl<'a> Unpin for ExOffsetPolygon<'a>
impl<'a> !UnwindSafe for ExOffsetPolygon<'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