What does const struct mean? Is it different from struct?
const struct
struct
I believe that a const struct cannot be modified. In other words, all fields of a struct which is declared const are non-modifiable.