Struct ruststep::ap201::explicit_draughting::FillAreaStyleHatchingHolder [−][src]
pub struct FillAreaStyleHatchingHolder {
pub geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>,
pub hatch_line_appearance: PlaceHolder<CurveStyleHolder>,
pub start_of_next_hatch_line: PlaceHolder<OneDirectionRepeatFactorAnyHolder>,
pub point_of_reference_hatch_line: PlaceHolder<CartesianPointHolder>,
pub pattern_start: PlaceHolder<CartesianPointHolder>,
pub hatch_line_angle: PlaceHolder<PlaneAngleMeasureHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
geometric_representation_item: PlaceHolder<GeometricRepresentationItemHolder>
hatch_line_appearance: PlaceHolder<CurveStyleHolder>
start_of_next_hatch_line: PlaceHolder<OneDirectionRepeatFactorAnyHolder>
point_of_reference_hatch_line: PlaceHolder<CartesianPointHolder>
pattern_start: PlaceHolder<CartesianPointHolder>
hatch_line_angle: PlaceHolder<PlaneAngleMeasureHolder>
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<FillAreaStyleHatching>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<FillAreaStyleHatching>> + 'table>
Get owned entities as an iterator
type Owned = FillAreaStyleHatching
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = FillAreaStyleHatchingHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for FillAreaStyleHatchingHolder
impl Send for FillAreaStyleHatchingHolder
impl Sync for FillAreaStyleHatchingHolder
impl Unpin for FillAreaStyleHatchingHolder
impl UnwindSafe for FillAreaStyleHatchingHolder
Blanket Implementations
Mutably borrows from an owned value. Read more