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