A copying macro that lets you create new vl-wireinfo-p structures, based on existing structures.
Syntax:
(change-vl-wireinfo x [:usedp <usedp>] [:setp <setp>])
This is a sometimes useful alternative to make-vl-wireinfo.
It constructs a new vl-wireinfo-p structure that is a copy of
This is an ordinary
Macro:
(defmacro change-vl-wireinfo (x &rest args) (std::change-aggregate 'vl-wireinfo x args '((:usedp . vl-wireinfo->usedp) (:setp . vl-wireinfo->setp)) 'change-vl-wireinfo 'nil))