pub enum RepresentationOrRepresentationReferenceRefView<'m> {
Show 22 variants
AdvancedBrepShapeRepresentation(&'m AdvancedBrepShapeRepresentation),
CharacterizedRepresentation(&'m CharacterizedRepresentation),
ConstructiveGeometryRepresentation(&'m ConstructiveGeometryRepresentation),
DefinitionalRepresentation(&'m DefinitionalRepresentation),
DraughtingModel(&'m DraughtingModel),
GeometricallyBoundedSurfaceShapeRepresentation(&'m GeometricallyBoundedSurfaceShapeRepresentation),
GeometricallyBoundedWireframeShapeRepresentation(&'m GeometricallyBoundedWireframeShapeRepresentation),
ManifoldSurfaceShapeRepresentation(&'m ManifoldSurfaceShapeRepresentation),
MechanicalDesignGeometricPresentationRepresentation(&'m MechanicalDesignGeometricPresentationRepresentation),
MechanicalDesignPresentationRepresentationWithDraughting(&'m MechanicalDesignPresentationRepresentationWithDraughting),
MechanicalDesignShadedPresentationRepresentation(&'m MechanicalDesignShadedPresentationRepresentation),
PresentationArea(&'m PresentationArea),
PresentationRepresentation(&'m PresentationRepresentation),
PresentationView(&'m PresentationView),
Representation(&'m Representation),
RepresentationReference(&'m RepresentationReference),
ShapeDimensionRepresentation(&'m ShapeDimensionRepresentation),
ShapeRepresentation(&'m ShapeRepresentation),
ShapeRepresentationWithParameters(&'m ShapeRepresentationWithParameters),
SymbolRepresentation(&'m SymbolRepresentation),
TessellatedShapeRepresentation(&'m TessellatedShapeRepresentation),
Complex(&'m ComplexUnit),
}Variants§
AdvancedBrepShapeRepresentation(&'m AdvancedBrepShapeRepresentation)
CharacterizedRepresentation(&'m CharacterizedRepresentation)
ConstructiveGeometryRepresentation(&'m ConstructiveGeometryRepresentation)
DefinitionalRepresentation(&'m DefinitionalRepresentation)
DraughtingModel(&'m DraughtingModel)
GeometricallyBoundedSurfaceShapeRepresentation(&'m GeometricallyBoundedSurfaceShapeRepresentation)
GeometricallyBoundedWireframeShapeRepresentation(&'m GeometricallyBoundedWireframeShapeRepresentation)
ManifoldSurfaceShapeRepresentation(&'m ManifoldSurfaceShapeRepresentation)
MechanicalDesignGeometricPresentationRepresentation(&'m MechanicalDesignGeometricPresentationRepresentation)
MechanicalDesignPresentationRepresentationWithDraughting(&'m MechanicalDesignPresentationRepresentationWithDraughting)
MechanicalDesignShadedPresentationRepresentation(&'m MechanicalDesignShadedPresentationRepresentation)
PresentationArea(&'m PresentationArea)
PresentationRepresentation(&'m PresentationRepresentation)
PresentationView(&'m PresentationView)
Representation(&'m Representation)
RepresentationReference(&'m RepresentationReference)
ShapeDimensionRepresentation(&'m ShapeDimensionRepresentation)
ShapeRepresentation(&'m ShapeRepresentation)
ShapeRepresentationWithParameters(&'m ShapeRepresentationWithParameters)
SymbolRepresentation(&'m SymbolRepresentation)
TessellatedShapeRepresentation(&'m TessellatedShapeRepresentation)
Complex(&'m ComplexUnit)
Trait Implementations§
Source§impl<'m> Clone for RepresentationOrRepresentationReferenceRefView<'m>
impl<'m> Clone for RepresentationOrRepresentationReferenceRefView<'m>
Source§fn clone(&self) -> RepresentationOrRepresentationReferenceRefView<'m>
fn clone(&self) -> RepresentationOrRepresentationReferenceRefView<'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 RepresentationOrRepresentationReferenceRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for RepresentationOrRepresentationReferenceRefView<'m>
impl<'m> RefUnwindSafe for RepresentationOrRepresentationReferenceRefView<'m>
impl<'m> Send for RepresentationOrRepresentationReferenceRefView<'m>
impl<'m> Sync for RepresentationOrRepresentationReferenceRefView<'m>
impl<'m> Unpin for RepresentationOrRepresentationReferenceRefView<'m>
impl<'m> UnsafeUnpin for RepresentationOrRepresentationReferenceRefView<'m>
impl<'m> UnwindSafe for RepresentationOrRepresentationReferenceRefView<'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