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