Struct ruststep::ap203::config_control_design::Curve [−][src]
pub struct Curve {
pub geometric_representation_item: GeometricRepresentationItem,
}
Fields
geometric_representation_item: GeometricRepresentationItem
Implementations
Constructs a new Curve
.
Methods from Deref<Target = GeometricRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Curve
impl UnwindSafe for Curve
Blanket Implementations
Mutably borrows from an owned value. Read more