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