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