Struct ruststep::ap203::config_control_design::BoundedPcurve [−][src]
pub struct BoundedPcurve {
pub pcurve: Pcurve,
pub bounded_curve: BoundedCurve,
}
Fields
pcurve: Pcurve
bounded_curve: BoundedCurve
Implementations
Constructs a new BoundedPcurve
.
Trait Implementations
Performs the conversion.
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 BoundedPcurve
impl Send for BoundedPcurve
impl Sync for BoundedPcurve
impl Unpin for BoundedPcurve
impl UnwindSafe for BoundedPcurve
Blanket Implementations
Mutably borrows from an owned value. Read more