pub enum SimpleDatumReferenceModifier {
Show 22 variants
AnyCrossSection,
AnyLongitudinalSection,
Basic,
ContactingFeature,
DegreeOfFreedomConstraintU,
DegreeOfFreedomConstraintV,
DegreeOfFreedomConstraintW,
DegreeOfFreedomConstraintX,
DegreeOfFreedomConstraintY,
DegreeOfFreedomConstraintZ,
DistanceVariable,
FreeState,
LeastMaterialRequirement,
Line,
MajorDiameter,
MaximumMaterialRequirement,
MinorDiameter,
Orientation,
PitchDiameter,
Plane,
Point,
Translation,
}Variants§
AnyCrossSection
AnyLongitudinalSection
Basic
ContactingFeature
DegreeOfFreedomConstraintU
DegreeOfFreedomConstraintV
DegreeOfFreedomConstraintW
DegreeOfFreedomConstraintX
DegreeOfFreedomConstraintY
DegreeOfFreedomConstraintZ
DistanceVariable
FreeState
LeastMaterialRequirement
Line
MajorDiameter
MaximumMaterialRequirement
MinorDiameter
Orientation
PitchDiameter
Plane
Point
Translation
Implementations§
Trait Implementations§
Source§impl Clone for SimpleDatumReferenceModifier
impl Clone for SimpleDatumReferenceModifier
Source§fn clone(&self) -> SimpleDatumReferenceModifier
fn clone(&self) -> SimpleDatumReferenceModifier
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 SimpleDatumReferenceModifier
Source§impl Debug for SimpleDatumReferenceModifier
impl Debug for SimpleDatumReferenceModifier
impl Eq for SimpleDatumReferenceModifier
Source§impl PartialEq for SimpleDatumReferenceModifier
impl PartialEq for SimpleDatumReferenceModifier
Source§fn eq(&self, other: &SimpleDatumReferenceModifier) -> bool
fn eq(&self, other: &SimpleDatumReferenceModifier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SimpleDatumReferenceModifier
Auto Trait Implementations§
impl Freeze for SimpleDatumReferenceModifier
impl RefUnwindSafe for SimpleDatumReferenceModifier
impl Send for SimpleDatumReferenceModifier
impl Sync for SimpleDatumReferenceModifier
impl Unpin for SimpleDatumReferenceModifier
impl UnsafeUnpin for SimpleDatumReferenceModifier
impl UnwindSafe for SimpleDatumReferenceModifier
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