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