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