Struct libreda_db::chip::Shapes [−][src]
pub struct Shapes<C> where
C: CoordinateType, { /* fields omitted */ }
Expand description
Shapes<T>
is a collection of Shape<T>
structs. Each of
the elements is assigned an index when inserted into the collection.
Implementations
Iterate over all shapes in this container.
Trait Implementations
Return the bounding box of this geometry if a bounding box is defined.
Auto Trait Implementations
impl<C> !RefUnwindSafe for Shapes<C>
impl<C> UnwindSafe for Shapes<C> where
C: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more