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