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