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