Struct ruststep::ap201::explicit_draughting::CompositeCurveSegment [−][src]
pub struct CompositeCurveSegment {
pub transition: TransitionCode,
pub same_sense: bool,
pub parent_curve: CurveAny,
}
Fields
transition: TransitionCode
same_sense: bool
parent_curve: CurveAny
Implementations
Constructs a new CompositeCurveSegment
.
Trait Implementations
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 CompositeCurveSegment
impl Send for CompositeCurveSegment
impl Sync for CompositeCurveSegment
impl Unpin for CompositeCurveSegment
impl UnwindSafe for CompositeCurveSegment
Blanket Implementations
Mutably borrows from an owned value. Read more