structure
structures
(copy-structure structure)
structure-class
(defun super-layout (super) (etypecase super (symbol (get-layout (find-class super))) (structure-class (super-layout (dd-name (info-or-die super))))))
structure-object