Struct ruststep::ap203::config_control_design::ToroidalSurface [−][src]
pub struct ToroidalSurface {
pub elementary_surface: ElementarySurface,
pub major_radius: PositiveLengthMeasure,
pub minor_radius: PositiveLengthMeasure,
}
Fields
elementary_surface: ElementarySurface
major_radius: PositiveLengthMeasure
minor_radius: PositiveLengthMeasure
Implementations
pub fn new(
elementary_surface: ElementarySurface,
major_radius: PositiveLengthMeasure,
minor_radius: PositiveLengthMeasure
) -> Self
pub fn new(
elementary_surface: ElementarySurface,
major_radius: PositiveLengthMeasure,
minor_radius: PositiveLengthMeasure
) -> Self
Constructs a new ToroidalSurface
.
Methods from Deref<Target = ElementarySurface>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
type Target = ElementarySurface
type Target = ElementarySurface
The resulting type after dereferencing.
Performs the conversion.
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 ToroidalSurface
impl Send for ToroidalSurface
impl Sync for ToroidalSurface
impl Unpin for ToroidalSurface
impl UnwindSafe for ToroidalSurface
Blanket Implementations
Mutably borrows from an owned value. Read more