Type Alias EmbThreadList

Source
pub type EmbThreadList = EmbThreadList_;

Aliased Type§

struct EmbThreadList {
    pub thread: EmbThread_,
    pub next: *mut EmbThreadList_,
}

Fields§

§thread: EmbThread_§next: *mut EmbThreadList_