. Structure Member Operator
struct.field direct reference of structure field
struct any variable defined as a structure
field any field name of the structure
The . operator allows you to reference the field of a struct
variable.
Seealso: