pub struct ManifoldBox { /* private fields */ }Expand description
Opaque handle to a manifold3d Box (3D axis-aligned bounding box).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ManifoldBox
impl RefUnwindSafe for ManifoldBox
impl Send for ManifoldBox
impl Sync for ManifoldBox
impl Unpin for ManifoldBox
impl UnsafeUnpin 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