Struct ruststep::ap203::config_control_design::SurfaceOfRevolution [−][src]
pub struct SurfaceOfRevolution {
pub swept_surface: SweptSurface,
pub axis_position: Axis1Placement,
}
Fields
swept_surface: SweptSurface
axis_position: Axis1Placement
Implementations
Constructs a new SurfaceOfRevolution
.
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 SurfaceOfRevolution
impl Send for SurfaceOfRevolution
impl Sync for SurfaceOfRevolution
impl Unpin for SurfaceOfRevolution
impl UnwindSafe for SurfaceOfRevolution
Blanket Implementations
Mutably borrows from an owned value. Read more