Limits on command in MissionRaw::MissionItem?

In the API guide, it has:
mavsdk::MissionRaw::MissionItem Struct Reference

Mission item exactly identical to MAVLink MISSION_ITEM_INT.

Does that mean I can implement any command specified by enum MAV_CMD from common.h using this data structure?
Thanks.