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