Type Alias EmbPathObjectList

Source
pub type EmbPathObjectList = EmbPathObjectList_;

Aliased Type§

struct EmbPathObjectList {
    pub pathObj: *mut EmbPathObject_,
    pub next: *mut EmbPathObjectList_,
}

Fields§

§pathObj: *mut EmbPathObject_§next: *mut EmbPathObjectList_