Type Alias EmbPolygonObjectList

Source
pub type EmbPolygonObjectList = EmbPolygonObjectList_;

Aliased Type§

struct EmbPolygonObjectList {
    pub polygonObj: *mut EmbPolygonObject_,
    pub next: *mut EmbPolygonObjectList_,
}

Fields§

§polygonObj: *mut EmbPolygonObject_§next: *mut EmbPolygonObjectList_