Struct ruststep::ap203::config_control_design::Axis2Placement3D [−][src]
pub struct Axis2Placement3D {
pub placement: Placement,
pub axis: Option<Direction>,
pub ref_direction: Option<Direction>,
}
Fields
placement: Placement
axis: Option<Direction>
ref_direction: Option<Direction>
Implementations
Methods from Deref<Target = Placement>
Trait Implementations
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 Axis2Placement3D
impl Send for Axis2Placement3D
impl Sync for Axis2Placement3D
impl Unpin for Axis2Placement3D
impl UnwindSafe for Axis2Placement3D
Blanket Implementations
Mutably borrows from an owned value. Read more