Type Alias cdio_hwinfo_t

Source
pub type cdio_hwinfo_t = cdio_hwinfo;

Aliased Type§

struct cdio_hwinfo_t {
    pub psz_vendor: [i8; 9],
    pub psz_model: [i8; 17],
    pub psz_revision: [i8; 5],
}

Fields§

§psz_vendor: [i8; 9]§psz_model: [i8; 17]§psz_revision: [i8; 5]