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