pub enum PointRef {
ApllPoint(ApllPointId),
ApllPointWithSurface(ApllPointWithSurfaceId),
CartesianPoint(CartesianPointId),
Point(PointId),
Complex(ComplexUnitId),
}Variants§
ApllPoint(ApllPointId)
ApllPointWithSurface(ApllPointWithSurfaceId)
CartesianPoint(CartesianPointId)
Point(PointId)
Complex(ComplexUnitId)
Implementations§
Source§impl PointRef
impl PointRef
pub fn resolve<'m>(&self, model: &'m StepModel) -> PointRefView<'m>
pub fn entity_key(&self) -> EntityKey
Trait Implementations§
impl StructuralPartialEq for PointRef
Auto Trait Implementations§
impl Freeze for PointRef
impl RefUnwindSafe for PointRef
impl Send for PointRef
impl Sync for PointRef
impl Unpin for PointRef
impl UnsafeUnpin for PointRef
impl UnwindSafe for PointRef
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