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