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