![[LISPWORKS]](../Graphics/LWSmall.gif)
![[Common Lisp HyperSpec (TM)]](../Graphics/CLHS_Sm.gif) 
 ![[Previous]](../Graphics/Prev.gif)
![[Up]](../Graphics/Up.gif)
![[Next]](../Graphics/Next.gif)
Syntax:
copy-structure structure => copy
Arguments and Values:
structure---a structure.
copy---a copy of the structure.
Description:
Returns a copy[6] of the structure.
Only the structure itself is copied; not the values of the slots.
Examples: None.
Side Effects: None.
Affected By: None.
Exceptional Situations: None.
See Also:
the :copier option to defstruct
Notes:
The copy is the same as the given structure under equalp, but not under equal.
![[Starting Points]](../Graphics/StartPts.gif)
![[Contents]](../Graphics/Contents.gif)
![[Index]](../Graphics/Index.gif)
![[Symbols]](../Graphics/Symbols.gif)
![[Glossary]](../Graphics/Glossary.gif)
![[Issues]](../Graphics/Issues.gif)