pub struct ManifoldSimplePolygon { /* private fields */ }Expand description
Opaque handle to a manifold3d SimplePolygon object (single polygon ring).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManifoldSimplePolygon
impl RefUnwindSafe for ManifoldSimplePolygon
impl Send for ManifoldSimplePolygon
impl Sync for ManifoldSimplePolygon
impl Unpin for ManifoldSimplePolygon
impl UnsafeUnpin for ManifoldSimplePolygon
impl UnwindSafe for ManifoldSimplePolygon
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