pub struct ProjectedZoneDefinition {
pub zone: ToleranceZoneRef,
pub boundaries: Vec<ShapeAspectRef>,
pub projection_end: ShapeAspectRef,
pub projected_length: LengthMeasureWithUnitRef,
}Fields§
§zone: ToleranceZoneRef§boundaries: Vec<ShapeAspectRef>§projection_end: ShapeAspectRef§projected_length: LengthMeasureWithUnitRefTrait Implementations§
Source§impl Clone for ProjectedZoneDefinition
impl Clone for ProjectedZoneDefinition
Source§fn clone(&self) -> ProjectedZoneDefinition
fn clone(&self) -> ProjectedZoneDefinition
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 ProjectedZoneDefinition
impl Debug for ProjectedZoneDefinition
Source§impl PartialEq for ProjectedZoneDefinition
impl PartialEq for ProjectedZoneDefinition
Source§fn eq(&self, other: &ProjectedZoneDefinition) -> bool
fn eq(&self, other: &ProjectedZoneDefinition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProjectedZoneDefinition
Auto Trait Implementations§
impl Freeze for ProjectedZoneDefinition
impl RefUnwindSafe for ProjectedZoneDefinition
impl Send for ProjectedZoneDefinition
impl Sync for ProjectedZoneDefinition
impl Unpin for ProjectedZoneDefinition
impl UnsafeUnpin for ProjectedZoneDefinition
impl UnwindSafe for ProjectedZoneDefinition
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