pub type EmbThreadList = EmbThreadList_;Aliased Type§
struct EmbThreadList {
pub thread: EmbThread_,
pub next: *mut EmbThreadList_,
}Fields§
§thread: EmbThread_§next: *mut EmbThreadList_pub type EmbThreadList = EmbThreadList_;struct EmbThreadList {
pub thread: EmbThread_,
pub next: *mut EmbThreadList_,
}thread: EmbThread_§next: *mut EmbThreadList_