pub type EmbPointList = EmbPointList_;Aliased Type§
struct EmbPointList {
pub point: EmbPoint_,
pub next: *mut EmbPointList_,
}Fields§
§point: EmbPoint_§next: *mut EmbPointList_pub type EmbPointList = EmbPointList_;struct EmbPointList {
pub point: EmbPoint_,
pub next: *mut EmbPointList_,
}point: EmbPoint_§next: *mut EmbPointList_