pub enum ManifoldSolidBrepRefView<'m> {
BrepWithVoids(&'m BrepWithVoids),
ManifoldSolidBrep(&'m ManifoldSolidBrep),
Complex(&'m ComplexUnit),
}Variants§
Trait Implementations§
Source§impl<'m> Clone for ManifoldSolidBrepRefView<'m>
impl<'m> Clone for ManifoldSolidBrepRefView<'m>
Source§fn clone(&self) -> ManifoldSolidBrepRefView<'m>
fn clone(&self) -> ManifoldSolidBrepRefView<'m>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl<'m> Copy for ManifoldSolidBrepRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for ManifoldSolidBrepRefView<'m>
impl<'m> RefUnwindSafe for ManifoldSolidBrepRefView<'m>
impl<'m> Send for ManifoldSolidBrepRefView<'m>
impl<'m> Sync for ManifoldSolidBrepRefView<'m>
impl<'m> Unpin for ManifoldSolidBrepRefView<'m>
impl<'m> UnsafeUnpin for ManifoldSolidBrepRefView<'m>
impl<'m> UnwindSafe for ManifoldSolidBrepRefView<'m>
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