Struct ruststep::ap201::explicit_draughting::CompositeTextWithAssociatedCurves [−][src]
pub struct CompositeTextWithAssociatedCurves {
pub composite_text: CompositeText,
pub associated_curves: Vec<CurveAny>,
}
Fields
composite_text: CompositeText
associated_curves: Vec<CurveAny>
Implementations
Constructs a new CompositeTextWithAssociatedCurves
.
Methods from Deref<Target = CompositeText>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = CompositeText
type Target = CompositeText
The resulting type after dereferencing.
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 Send for CompositeTextWithAssociatedCurves
impl Sync for CompositeTextWithAssociatedCurves
impl Unpin for CompositeTextWithAssociatedCurves
Blanket Implementations
Mutably borrows from an owned value. Read more