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