pub struct AngularityTolerance {
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 AngularityTolerance
impl Clone for AngularityTolerance
Source§fn clone(&self) -> AngularityTolerance
fn clone(&self) -> AngularityTolerance
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 AngularityTolerance
impl Debug for AngularityTolerance
Source§impl PartialEq for AngularityTolerance
impl PartialEq for AngularityTolerance
Source§fn eq(&self, other: &AngularityTolerance) -> bool
fn eq(&self, other: &AngularityTolerance) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AngularityTolerance
Auto Trait Implementations§
impl Freeze for AngularityTolerance
impl RefUnwindSafe for AngularityTolerance
impl Send for AngularityTolerance
impl Sync for AngularityTolerance
impl Unpin for AngularityTolerance
impl UnsafeUnpin for AngularityTolerance
impl UnwindSafe for AngularityTolerance
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