Struct ruststep::ap201::explicit_draughting::ParabolaHolder [−][src]
pub struct ParabolaHolder {
pub conic: PlaceHolder<ConicHolder>,
pub focal_dist: PlaceHolder<LengthMeasureHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
conic: PlaceHolder<ConicHolder>
focal_dist: PlaceHolder<LengthMeasureHolder>
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 = ParabolaHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ParabolaHolder
impl Send for ParabolaHolder
impl Sync for ParabolaHolder
impl Unpin for ParabolaHolder
impl UnwindSafe for ParabolaHolder
Blanket Implementations
Mutably borrows from an owned value. Read more