Struct ruststep::ap203::config_control_design::BoundedSurfaceCurve [−][src]
pub struct BoundedSurfaceCurve {
pub surface_curve: SurfaceCurve,
pub bounded_curve: BoundedCurve,
}
Fields
surface_curve: SurfaceCurve
bounded_curve: BoundedCurve
Implementations
Constructs a new BoundedSurfaceCurve
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 BoundedSurfaceCurve
impl Send for BoundedSurfaceCurve
impl Sync for BoundedSurfaceCurve
impl Unpin for BoundedSurfaceCurve
impl UnwindSafe for BoundedSurfaceCurve
Blanket Implementations
Mutably borrows from an owned value. Read more