foreign-struct-slot | Base class for simple and aggregate slots. |
---|
name | Initform:(gensym anonymous-cffi-type), Initargs::name; Accessors:name. |
---|---|
offset | Initargs::offset; Accessors:slot-offset. |
foreign-struct-slot-set-form | Return a form to set the value of SLOT in struct PTR. |
---|---|
foreign-struct-slot-value | Return the value of SLOT in structure PTR. |
foreign-struct-slot-value-form | Return a form to get the value of SLOT in struct PTR. |
setfforeign-struct-slot-value | Set the value of a SLOT in structure PTR. |
foreign-struct-slot-pointer | Get the address of SLOT relative to PTR. |
---|---|
foreign-struct-slot-pointer-form | Return a form to get the address of SLOT in PTR. |