Struct ruststep::ap201::explicit_draughting::SymbolTarget [−][src]
pub struct SymbolTarget {
pub geometric_representation_item: GeometricRepresentationItem,
pub placement: Axis2Placement,
pub x_scale: PositiveRatioMeasure,
pub y_scale: PositiveRatioMeasure,
}
Fields
geometric_representation_item: GeometricRepresentationItem
placement: Axis2Placement
x_scale: PositiveRatioMeasure
y_scale: PositiveRatioMeasure
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
placement: Axis2Placement,
x_scale: PositiveRatioMeasure,
y_scale: PositiveRatioMeasure
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
placement: Axis2Placement,
x_scale: PositiveRatioMeasure,
y_scale: PositiveRatioMeasure
) -> Self
Constructs a new SymbolTarget
.
Methods from Deref<Target = GeometricRepresentationItem>
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 SymbolTarget
impl Send for SymbolTarget
impl Sync for SymbolTarget
impl Unpin for SymbolTarget
impl UnwindSafe for SymbolTarget
Blanket Implementations
Mutably borrows from an owned value. Read more