Enum ruststep::ap203::config_control_design::PcurveAny [−][src]
pub enum PcurveAny {
Pcurve(Box<Pcurve>),
BoundedPcurve(Box<BoundedPcurve>),
}
Variants
BoundedPcurve(Box<BoundedPcurve>)
Tuple Fields of BoundedPcurve
0: Box<BoundedPcurve>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PcurveAny
impl UnwindSafe for PcurveAny
Blanket Implementations
Mutably borrows from an owned value. Read more