Struct ruststep::ap203::config_control_design::PointReplica [−][src]
pub struct PointReplica {
pub point: Point,
pub parent_pt: PointAny,
pub transformation: CartesianTransformationOperatorAny,
}
Fields
point: Point
parent_pt: PointAny
transformation: CartesianTransformationOperatorAny
Implementations
pub fn new(
point: Point,
parent_pt: PointAny,
transformation: CartesianTransformationOperatorAny
) -> Self
pub fn new(
point: Point,
parent_pt: PointAny,
transformation: CartesianTransformationOperatorAny
) -> Self
Constructs a new PointReplica
.
Methods from Deref<Target = Point>
Trait Implementations
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 PointReplica
impl Send for PointReplica
impl Sync for PointReplica
impl Unpin for PointReplica
impl UnwindSafe for PointReplica
Blanket Implementations
Mutably borrows from an owned value. Read more