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