Struct ruststep::ap201::explicit_draughting::VectorHolder [−][src]
pub struct VectorHolder {
pub geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>,
pub orientation: PlaceHolder<DirectionHolder>,
pub magnitude: PlaceHolder<LengthMeasureHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>
orientation: PlaceHolder<DirectionHolder>
magnitude: PlaceHolder<LengthMeasureHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = VectorHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for VectorHolder
impl Send for VectorHolder
impl Sync for VectorHolder
impl Unpin for VectorHolder
impl UnwindSafe for VectorHolder
Blanket Implementations
Mutably borrows from an owned value. Read more