Struct ruststep::ap201::explicit_draughting::GeometricCurveSet [−][src]
pub struct GeometricCurveSet {
pub geometric_set: GeometricSet,
}
Fields
geometric_set: GeometricSet
Implementations
Constructs a new GeometricCurveSet
.
Methods from Deref<Target = GeometricSet>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = GeometricSet
type Target = GeometricSet
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GeometricCurveSet
impl Send for GeometricCurveSet
impl Sync for GeometricCurveSet
impl Unpin for GeometricCurveSet
impl UnwindSafe for GeometricCurveSet
Blanket Implementations
Mutably borrows from an owned value. Read more