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