Struct ruststep::ap201::explicit_draughting::PlanarBox [−][src]
pub struct PlanarBox {
pub planar_extent: PlanarExtent,
pub placement: Axis2Placement,
}
Fields
planar_extent: PlanarExtent
placement: Axis2Placement
Implementations
Constructs a new PlanarBox
.
Methods from Deref<Target = PlanarExtent>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = PlanarExtent
type Target = PlanarExtent
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PlanarBox
impl UnwindSafe for PlanarBox
Blanket Implementations
Mutably borrows from an owned value. Read more