Struct ruststep::ap203::config_control_design::BSplineSurfaceWithKnotsHolder [−][src]
pub struct BSplineSurfaceWithKnotsHolder {
pub b_spline_surface: PlaceHolder<BSplineSurfaceHolder>,
pub u_multiplicities: Vec<i64>,
pub v_multiplicities: Vec<i64>,
pub u_knots: Vec<PlaceHolder<ParameterValueHolder>>,
pub v_knots: Vec<PlaceHolder<ParameterValueHolder>>,
pub knot_spec: KnotType,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
b_spline_surface: PlaceHolder<BSplineSurfaceHolder>
u_multiplicities: Vec<i64>
v_multiplicities: Vec<i64>
u_knots: Vec<PlaceHolder<ParameterValueHolder>>
v_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<BSplineSurfaceWithKnots>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<BSplineSurfaceWithKnots>> + 'table>
Get owned entities as an iterator
type Owned = BSplineSurfaceWithKnots
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = BSplineSurfaceWithKnotsHolderVisitor
Auto Trait Implementations
impl Send for BSplineSurfaceWithKnotsHolder
impl Sync for BSplineSurfaceWithKnotsHolder
impl Unpin for BSplineSurfaceWithKnotsHolder
impl UnwindSafe for BSplineSurfaceWithKnotsHolder
Blanket Implementations
Mutably borrows from an owned value. Read more