pub type EmbPathObjectList = EmbPathObjectList_;Aliased Type§
struct EmbPathObjectList {
pub pathObj: *mut EmbPathObject_,
pub next: *mut EmbPathObjectList_,
}Fields§
§pathObj: *mut EmbPathObject_§next: *mut EmbPathObjectList_pub type EmbPathObjectList = EmbPathObjectList_;struct EmbPathObjectList {
pub pathObj: *mut EmbPathObject_,
pub next: *mut EmbPathObjectList_,
}pathObj: *mut EmbPathObject_§next: *mut EmbPathObjectList_