pub enum GeometricToleranceModifier {
Show 34 variants
AnyCrossSection,
AssociatedLeastSquareFeature,
AssociatedMaximumInscribedFeature,
AssociatedMinimumInscribedFeature,
AssociatedMinmaxFeature,
AssociatedTangentFeature,
CircleA,
CommonZone,
EachRadialElement,
FreeState,
LeastMaterialRequirement,
LineElement,
MajorDiameter,
MaximumMaterialRequirement,
MinorDiameter,
NotConvex,
PeakHeight,
PitchDiameter,
ReciprocityRequirement,
ReferenceLeastSquareFeatureWithExternalMaterialConstraint,
ReferenceLeastSquareFeatureWithInternalMaterialConstraint,
ReferenceLeastSquareFeatureWithoutConstraint,
ReferenceMaximumInscribedFeature,
ReferenceMinimaxFeatureWithExternalMaterialConstraint,
ReferenceMinimaxFeatureWithInternalMaterialConstraint,
ReferenceMinimaxFeatureWithoutConstraint,
ReferenceMinimumCircumscribedFeature,
SeparateRequirement,
StandardDeviation,
StatisticalTolerance,
TangentPlane,
TotalRangeDeviations,
UnitedFeature,
ValleyDepth,
}Variants§
AnyCrossSection
AssociatedLeastSquareFeature
AssociatedMaximumInscribedFeature
AssociatedMinimumInscribedFeature
AssociatedMinmaxFeature
AssociatedTangentFeature
CircleA
CommonZone
EachRadialElement
FreeState
LeastMaterialRequirement
LineElement
MajorDiameter
MaximumMaterialRequirement
MinorDiameter
NotConvex
PeakHeight
PitchDiameter
ReciprocityRequirement
ReferenceLeastSquareFeatureWithExternalMaterialConstraint
ReferenceLeastSquareFeatureWithInternalMaterialConstraint
ReferenceLeastSquareFeatureWithoutConstraint
ReferenceMaximumInscribedFeature
ReferenceMinimaxFeatureWithExternalMaterialConstraint
ReferenceMinimaxFeatureWithInternalMaterialConstraint
ReferenceMinimaxFeatureWithoutConstraint
ReferenceMinimumCircumscribedFeature
SeparateRequirement
StandardDeviation
StatisticalTolerance
TangentPlane
TotalRangeDeviations
UnitedFeature
ValleyDepth
Implementations§
Trait Implementations§
Source§impl Clone for GeometricToleranceModifier
impl Clone for GeometricToleranceModifier
Source§fn clone(&self) -> GeometricToleranceModifier
fn clone(&self) -> GeometricToleranceModifier
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 Copy for GeometricToleranceModifier
Source§impl Debug for GeometricToleranceModifier
impl Debug for GeometricToleranceModifier
impl Eq for GeometricToleranceModifier
Source§impl PartialEq for GeometricToleranceModifier
impl PartialEq for GeometricToleranceModifier
Source§fn eq(&self, other: &GeometricToleranceModifier) -> bool
fn eq(&self, other: &GeometricToleranceModifier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricToleranceModifier
Auto Trait Implementations§
impl Freeze for GeometricToleranceModifier
impl RefUnwindSafe for GeometricToleranceModifier
impl Send for GeometricToleranceModifier
impl Sync for GeometricToleranceModifier
impl Unpin for GeometricToleranceModifier
impl UnsafeUnpin for GeometricToleranceModifier
impl UnwindSafe for GeometricToleranceModifier
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