Struct glib_sys::GSList [] [src]

pub struct GSList {
    pub data: gpointer,
    pub next: *mut GSList,
}

Fields

data
next