pub enum ManifoldSolidBrepRef {
BrepWithVoids(BrepWithVoidsId),
ManifoldSolidBrep(ManifoldSolidBrepId),
Complex(ComplexUnitId),
}Variants§
Implementations§
Source§impl ManifoldSolidBrepRef
impl ManifoldSolidBrepRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> ManifoldSolidBrepRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
Source§impl Clone for ManifoldSolidBrepRef
impl Clone for ManifoldSolidBrepRef
Source§fn clone(&self) -> ManifoldSolidBrepRef
fn clone(&self) -> ManifoldSolidBrepRef
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 moreSource§impl Debug for ManifoldSolidBrepRef
impl Debug for ManifoldSolidBrepRef
Source§impl PartialEq for ManifoldSolidBrepRef
impl PartialEq for ManifoldSolidBrepRef
Source§fn eq(&self, other: &ManifoldSolidBrepRef) -> bool
fn eq(&self, other: &ManifoldSolidBrepRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ManifoldSolidBrepRef
Auto Trait Implementations§
impl Freeze for ManifoldSolidBrepRef
impl RefUnwindSafe for ManifoldSolidBrepRef
impl Send for ManifoldSolidBrepRef
impl Sync for ManifoldSolidBrepRef
impl Unpin for ManifoldSolidBrepRef
impl UnsafeUnpin for ManifoldSolidBrepRef
impl UnwindSafe for ManifoldSolidBrepRef
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