pub struct Polygons(/* private fields */);Expand description
Manifold rust wrapper for C++ polygons object.
Implementations§
Auto Trait Implementations§
impl Freeze for Polygons
impl RefUnwindSafe for Polygons
impl !Send for Polygons
impl !Sync for Polygons
impl Unpin for Polygons
impl UnwindSafe for Polygons
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