Type Alias EmbStitchList

Source
pub type EmbStitchList = EmbStitchList_;

Aliased Type§

struct EmbStitchList {
    pub stitch: EmbStitch_,
    pub next: *mut EmbStitchList_,
}

Fields§

§stitch: EmbStitch_§next: *mut EmbStitchList_