pub struct GeometricToleranceWithMaximumTolerance {
pub name: String,
pub description: Option<String>,
pub magnitude: Option<LengthMeasureWithUnitRef>,
pub toleranced_shape_aspect: GeometricToleranceTargetRef,
pub modifiers: Vec<GeometricToleranceModifier>,
pub maximum_upper_tolerance: LengthMeasureWithUnitRef,
}Fields§
§name: String§description: Option<String>§magnitude: Option<LengthMeasureWithUnitRef>§toleranced_shape_aspect: GeometricToleranceTargetRef§modifiers: Vec<GeometricToleranceModifier>§maximum_upper_tolerance: LengthMeasureWithUnitRefTrait Implementations§
Source§impl Clone for GeometricToleranceWithMaximumTolerance
impl Clone for GeometricToleranceWithMaximumTolerance
Source§fn clone(&self) -> GeometricToleranceWithMaximumTolerance
fn clone(&self) -> GeometricToleranceWithMaximumTolerance
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 PartialEq for GeometricToleranceWithMaximumTolerance
impl PartialEq for GeometricToleranceWithMaximumTolerance
Source§fn eq(&self, other: &GeometricToleranceWithMaximumTolerance) -> bool
fn eq(&self, other: &GeometricToleranceWithMaximumTolerance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GeometricToleranceWithMaximumTolerance
Auto Trait Implementations§
impl Freeze for GeometricToleranceWithMaximumTolerance
impl RefUnwindSafe for GeometricToleranceWithMaximumTolerance
impl Send for GeometricToleranceWithMaximumTolerance
impl Sync for GeometricToleranceWithMaximumTolerance
impl Unpin for GeometricToleranceWithMaximumTolerance
impl UnsafeUnpin for GeometricToleranceWithMaximumTolerance
impl UnwindSafe for GeometricToleranceWithMaximumTolerance
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