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