Type Alias EmbThread

Source
pub type EmbThread = EmbThread_;

Aliased Type§

struct EmbThread {
    pub color: EmbColor_,
    pub description: *const i8,
    pub catalogNumber: *const i8,
}

Fields§

§color: EmbColor_§description: *const i8§catalogNumber: *const i8