Struct ruststep::ap203::config_control_design::Vector [−][src]
pub struct Vector {
pub geometric_representation_item: GeometricRepresentationItem,
pub orientation: Direction,
pub magnitude: LengthMeasure,
}
Fields
geometric_representation_item: GeometricRepresentationItem
orientation: Direction
magnitude: LengthMeasure
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
orientation: Direction,
magnitude: LengthMeasure
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
orientation: Direction,
magnitude: LengthMeasure
) -> Self
Constructs a new Vector
.
Methods from Deref<Target = GeometricRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Vector
impl UnwindSafe for Vector
Blanket Implementations
Mutably borrows from an owned value. Read more