struct io.UsbProduct

struct UsbProduct
{
    // fields

    uint_t m_id;
    char const* m_name;
    io.UsbVendor* m_vendor;
};