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