pub struct ApproximationToleranceDeviation {
pub tessellation_type: ApproximationMethod,
pub tolerances: Vec<MeasureValue>,
pub definition_space: ProductOrPresentationSpace,
}Fields§
§tessellation_type: ApproximationMethod§tolerances: Vec<MeasureValue>§definition_space: ProductOrPresentationSpaceTrait Implementations§
Source§impl Clone for ApproximationToleranceDeviation
impl Clone for ApproximationToleranceDeviation
Source§fn clone(&self) -> ApproximationToleranceDeviation
fn clone(&self) -> ApproximationToleranceDeviation
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 PartialEq for ApproximationToleranceDeviation
impl PartialEq for ApproximationToleranceDeviation
Source§fn eq(&self, other: &ApproximationToleranceDeviation) -> bool
fn eq(&self, other: &ApproximationToleranceDeviation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApproximationToleranceDeviation
Auto Trait Implementations§
impl Freeze for ApproximationToleranceDeviation
impl RefUnwindSafe for ApproximationToleranceDeviation
impl Send for ApproximationToleranceDeviation
impl Sync for ApproximationToleranceDeviation
impl Unpin for ApproximationToleranceDeviation
impl UnsafeUnpin for ApproximationToleranceDeviation
impl UnwindSafe for ApproximationToleranceDeviation
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