Struct glib_sys::GSList
[−]
[src]
#[repr(C)]pub struct GSList { pub data: gpointer, pub next: *mut GSList, }
Fields
data: gpointer
next: *mut GSList