Struct ruststep::ap203::config_control_design::Direction [−][src]
pub struct Direction {
pub geometric_representation_item: GeometricRepresentationItem,
pub direction_ratios: Vec<f64>,
}
Fields
geometric_representation_item: GeometricRepresentationItem
direction_ratios: Vec<f64>
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
direction_ratios: Vec<f64>
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
direction_ratios: Vec<f64>
) -> Self
Constructs a new Direction
.
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 Direction
impl UnwindSafe for Direction
Blanket Implementations
Mutably borrows from an owned value. Read more