Struct ruststep::ap203::config_control_design::RectangularCompositeSurface [−][src]
pub struct RectangularCompositeSurface {
pub bounded_surface: BoundedSurface,
pub segments: Vec<Vec<SurfacePatch>>,
}
Fields
bounded_surface: BoundedSurface
segments: Vec<Vec<SurfacePatch>>
Implementations
Constructs a new RectangularCompositeSurface
.
Methods from Deref<Target = BoundedSurface>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = BoundedSurface
type Target = BoundedSurface
The resulting type after dereferencing.
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 RectangularCompositeSurface
impl Send for RectangularCompositeSurface
impl Sync for RectangularCompositeSurface
impl Unpin for RectangularCompositeSurface
impl UnwindSafe for RectangularCompositeSurface
Blanket Implementations
Mutably borrows from an owned value. Read more