Struct ruststep::ap203::config_control_design::SurfaceOfLinearExtrusion [−][src]
pub struct SurfaceOfLinearExtrusion {
pub swept_surface: SweptSurface,
pub extrusion_axis: Vector,
}
Fields
swept_surface: SweptSurface
extrusion_axis: Vector
Implementations
Constructs a new SurfaceOfLinearExtrusion
.
Methods from Deref<Target = SweptSurface>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = SweptSurface
type Target = SweptSurface
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 SurfaceOfLinearExtrusion
impl Send for SurfaceOfLinearExtrusion
impl Sync for SurfaceOfLinearExtrusion
impl Unpin for SurfaceOfLinearExtrusion
impl UnwindSafe for SurfaceOfLinearExtrusion
Blanket Implementations
Mutably borrows from an owned value. Read more