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