I have a POD struct like so
struct foo { std::mutex m_foo_mutex; int a; int b; int c; //...... };
It has more fields than this but