Ok, POD means plain old data. That usually refers to structs
without any methods because these types are then used to structure multiple data that belong together.
As for structs not having methods: I have seen more than once that a struct had methods, and I don't feel that this would be unnatural.