pub struct IntersectionCurve {
pub name: String,
pub curve_3d: CurveRef,
pub associated_geometry: Vec<PcurveOrSurfaceRef>,
pub master_representation: PreferredSurfaceCurveRepresentation,
}Fields§
§name: String§curve_3d: CurveRef§associated_geometry: Vec<PcurveOrSurfaceRef>§master_representation: PreferredSurfaceCurveRepresentationTrait Implementations§
Source§impl Clone for IntersectionCurve
impl Clone for IntersectionCurve
Source§fn clone(&self) -> IntersectionCurve
fn clone(&self) -> IntersectionCurve
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 IntersectionCurve
impl Debug for IntersectionCurve
Source§impl PartialEq for IntersectionCurve
impl PartialEq for IntersectionCurve
Source§fn eq(&self, other: &IntersectionCurve) -> bool
fn eq(&self, other: &IntersectionCurve) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IntersectionCurve
Auto Trait Implementations§
impl Freeze for IntersectionCurve
impl RefUnwindSafe for IntersectionCurve
impl Send for IntersectionCurve
impl Sync for IntersectionCurve
impl Unpin for IntersectionCurve
impl UnsafeUnpin for IntersectionCurve
impl UnwindSafe for IntersectionCurve
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