Struct ruststep::ap203::config_control_design::GeometricSet [−][src]
pub struct GeometricSet {
pub geometric_representation_item: GeometricRepresentationItem,
pub elements: Vec<GeometricSetSelect>,
}
Fields
geometric_representation_item: GeometricRepresentationItem
elements: Vec<GeometricSetSelect>
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
elements: Vec<GeometricSetSelect>
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
elements: Vec<GeometricSetSelect>
) -> Self
Constructs a new GeometricSet
.
Methods from Deref<Target = GeometricRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 GeometricSet
impl Send for GeometricSet
impl Sync for GeometricSet
impl Unpin for GeometricSet
impl UnwindSafe for GeometricSet
Blanket Implementations
Mutably borrows from an owned value. Read more