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