Struct ruststep::ap203::config_control_design::Plane [−][src]
pub struct Plane {
pub elementary_surface: ElementarySurface,
}
Fields
elementary_surface: ElementarySurface
Implementations
Constructs a new Plane
.
Methods from Deref<Target = ElementarySurface>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ElementarySurface
type Target = ElementarySurface
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Plane
impl UnwindSafe for Plane
Blanket Implementations
Mutably borrows from an owned value. Read more