#[repr(C)]pub struct ManifoldPolygons { /* private fields */ }
Trait Implementations§
Source§impl Clone for ManifoldPolygons
impl Clone for ManifoldPolygons
Source§fn clone(&self) -> ManifoldPolygons
fn clone(&self) -> ManifoldPolygons
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ManifoldPolygons
impl Debug for ManifoldPolygons
impl Copy for ManifoldPolygons
Auto Trait Implementations§
impl Freeze for ManifoldPolygons
impl RefUnwindSafe for ManifoldPolygons
impl Send for ManifoldPolygons
impl Sync for ManifoldPolygons
impl Unpin for ManifoldPolygons
impl UnwindSafe for ManifoldPolygons
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