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