Enum ruststep::ap201::explicit_draughting::PlacementAny [−][src]
pub enum PlacementAny {
Placement(Box<Placement>),
Axis2Placement2D(Box<Axis2Placement2D>),
}
Variants
Axis2Placement2D(Box<Axis2Placement2D>)
Tuple Fields of Axis2Placement2D
0: Box<Axis2Placement2D>
Trait Implementations
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 RefUnwindSafe for PlacementAny
impl Send for PlacementAny
impl Sync for PlacementAny
impl Unpin for PlacementAny
impl UnwindSafe for PlacementAny
Blanket Implementations
Mutably borrows from an owned value. Read more