Struct ruststep::ap203::config_control_design::BSplineCurveWithKnotsHolder [−][src]
pub struct BSplineCurveWithKnotsHolder {
pub b_spline_curve: PlaceHolder<BSplineCurveHolder>,
pub knot_multiplicities: Vec<i64>,
pub knots: Vec<PlaceHolder<ParameterValueHolder>>,
pub knot_spec: KnotType,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
b_spline_curve: PlaceHolder<BSplineCurveHolder>
knot_multiplicities: Vec<i64>
knots: Vec<PlaceHolder<ParameterValueHolder>>
knot_spec: KnotType
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<BSplineCurveWithKnots>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<BSplineCurveWithKnots>> + 'table>
Get owned entities as an iterator
type Owned = BSplineCurveWithKnots
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = BSplineCurveWithKnotsHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for BSplineCurveWithKnotsHolder
impl Send for BSplineCurveWithKnotsHolder
impl Sync for BSplineCurveWithKnotsHolder
impl Unpin for BSplineCurveWithKnotsHolder
impl UnwindSafe for BSplineCurveWithKnotsHolder
Blanket Implementations
Mutably borrows from an owned value. Read more