Struct glib_sys::GList [] [src]

pub struct GList {
    pub data: gpointer,
    pub next: *mut GList,
    pub prev: *mut GList,
}

Fields