Struct ruststep::ap201::explicit_draughting::PlanarBoxHolder [−][src]
pub struct PlanarBoxHolder {
pub planar_extent: PlaceHolder<PlanarExtentHolder>,
pub placement: PlaceHolder<Axis2PlacementHolder>,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
planar_extent: PlaceHolder<PlanarExtentHolder>
placement: PlaceHolder<Axis2PlacementHolder>
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 = PlanarBoxHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for PlanarBoxHolder
impl Send for PlanarBoxHolder
impl Sync for PlanarBoxHolder
impl Unpin for PlanarBoxHolder
impl UnwindSafe for PlanarBoxHolder
Blanket Implementations
Mutably borrows from an owned value. Read more