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