#[repr(C)]pub struct ManifoldManifold { /* private fields */ }
Trait Implementations§
Source§impl Clone for ManifoldManifold
impl Clone for ManifoldManifold
Source§fn clone(&self) -> ManifoldManifold
fn clone(&self) -> ManifoldManifold
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 ManifoldManifold
impl Debug for ManifoldManifold
impl Copy for ManifoldManifold
Auto Trait Implementations§
impl Freeze for ManifoldManifold
impl RefUnwindSafe for ManifoldManifold
impl Send for ManifoldManifold
impl Sync for ManifoldManifold
impl Unpin for ManifoldManifold
impl UnwindSafe for ManifoldManifold
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