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