struct?

[procedure] struct? obj

Bigloo, STklos: returns #t iff obj is a struct. See define-struct.

MzScheme: returns #t iff struct->vector? exposes any fields of a structure obj with the current inspector. See define-struct.