Struct ruststep::ap203::config_control_design::BezierSurface [−][src]
pub struct BezierSurface {
pub b_spline_surface: BSplineSurface,
}Fields
b_spline_surface: BSplineSurfaceImplementations
Constructs a new BezierSurface.
Methods from Deref<Target = BSplineSurface>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = BSplineSurface
type Target = BSplineSurface
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 BezierSurface
impl Send for BezierSurface
impl Sync for BezierSurface
impl Unpin for BezierSurface
impl UnwindSafe for BezierSurface
Blanket Implementations
Mutably borrows from an owned value. Read more