There is no way that the compiler knows how to print a structure using the Arduino functions for the Serial Monitor. You have to put that in code yourself.
You could, for example, print the struct as a bunch of hexadecimal values. But then again, you have to write the code for that.