struct io.UsbProduct

struct UsbProduct {
    // fields

    uint_t m_id;
    string_t m_name;
    io.UsbVendor* m_vendor;
};