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