Struct ruststep::ap203::config_control_design::CartesianTransformationOperatorHolder [−][src]
pub struct CartesianTransformationOperatorHolder {
pub geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>,
pub functionally_defined_transformation: PlaceHolder<FunctionallyDefinedTransformationHolder>,
pub axis1: Option<PlaceHolder<DirectionHolder>>,
pub axis2: Option<PlaceHolder<DirectionHolder>>,
pub local_origin: PlaceHolder<CartesianPointHolder>,
pub scale: Option<f64>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>
functionally_defined_transformation: PlaceHolder<FunctionallyDefinedTransformationHolder>
axis1: Option<PlaceHolder<DirectionHolder>>
axis2: Option<PlaceHolder<DirectionHolder>>
local_origin: PlaceHolder<CartesianPointHolder>
scale: Option<f64>
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<CartesianTransformationOperator>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<CartesianTransformationOperator>> + 'table>
Get owned entities as an iterator
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = CartesianTransformationOperatorHolderVisitor
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more