What's the noun for struct? Here's the word you're looking for.
struct
(computing) A data structure, especially one that serves to group a number of fields (in contrast to an object-orientedclass with methods) or one that is passed by value rather than by reference.
“The programmer used a struct to define a data structure that grouped several fields together for efficient memory usage and passed it by value to a function.”
“By default, the result of packing a given C struct includes pad bytes in order to maintain proper alignment for the C types involved.”
“But why then does he enclose it inside a struct, when all that the struct contains is just a union?”