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