Enum ruststep::ap203::config_control_design::CartesianTransformationOperatorAny [−][src]
pub enum CartesianTransformationOperatorAny {
CartesianTransformationOperator(Box<CartesianTransformationOperator>),
CartesianTransformationOperator3D(Box<CartesianTransformationOperator3D>),
}
Variants
CartesianTransformationOperator(Box<CartesianTransformationOperator>)
Tuple Fields of CartesianTransformationOperator
CartesianTransformationOperator3D(Box<CartesianTransformationOperator3D>)
Tuple Fields of CartesianTransformationOperator3D
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CartesianTransformationOperatorAny
impl Sync for CartesianTransformationOperatorAny
impl Unpin for CartesianTransformationOperatorAny
Blanket Implementations
Mutably borrows from an owned value. Read more