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