Struct ruststep::ap203::config_control_design::ConicHolder [−][src]
pub struct ConicHolder {
pub curve: PlaceHolder<CurveHolder>,
pub position: PlaceHolder<Axis2PlacementHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
curve: PlaceHolder<CurveHolder>
position: PlaceHolder<Axis2PlacementHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = ConicHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ConicHolder
impl Send for ConicHolder
impl Sync for ConicHolder
impl Unpin for ConicHolder
impl UnwindSafe for ConicHolder
Blanket Implementations
Mutably borrows from an owned value. Read more