Struct ruststep::ap201::explicit_draughting::RationalBSplineCurveHolder [−][src]
pub struct RationalBSplineCurveHolder {
pub b_spline_curve: PlaceHolder<BSplineCurveHolder>,
pub weights_data: Vec<f64>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
b_spline_curve: PlaceHolder<BSplineCurveHolder>
weights_data: Vec<f64>
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<RationalBSplineCurve>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<RationalBSplineCurve>> + 'table>
Get owned entities as an iterator
type Owned = RationalBSplineCurve
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = RationalBSplineCurveHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for RationalBSplineCurveHolder
impl Send for RationalBSplineCurveHolder
impl Sync for RationalBSplineCurveHolder
impl Unpin for RationalBSplineCurveHolder
impl UnwindSafe for RationalBSplineCurveHolder
Blanket Implementations
Mutably borrows from an owned value. Read more