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