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