Struct libreda_db::chip::Shape [−][src]
pub struct Shape<C: CoordinateType, U = ()> {
pub geometry: Geometry<C>,
// some fields omitted
}
Expand description
Wrapper around a Geometry
struct.
Fields
geometry: Geometry<C>
The geometry of this shape.
Trait Implementations
Auto Trait Implementations
impl<C, U> RefUnwindSafe for Shape<C, U> where
C: RefUnwindSafe,
U: RefUnwindSafe,
impl<C, U> UnwindSafe for Shape<C, U> where
C: UnwindSafe,
U: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more