Struct ruststep::ap201::explicit_draughting::Conic [−][src]
pub struct Conic {
pub curve: Curve,
pub position: Axis2Placement,
}
Fields
curve: Curve
position: Axis2Placement
Implementations
Constructs a new Conic
.
Methods from Deref<Target = Curve>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Conic
impl UnwindSafe for Conic
Blanket Implementations
Mutably borrows from an owned value. Read more