Type Alias ec_adaptert

Source
pub type ec_adaptert = ec_adapter;

Aliased Type§

struct ec_adaptert {
    pub name: [i8; 128],
    pub desc: [i8; 128],
    pub next: *mut ec_adapter,
}

Fields§

§name: [i8; 128]§desc: [i8; 128]§next: *mut ec_adapter