Struct glib_sys::GList [] [src]

#[repr(C)]
pub struct GList { pub data: gpointer, pub next: *mut GList, pub prev: *mut GList, }

Fields