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