Struct glib_sys::GQueue
[−]
[src]
#[repr(C)]pub struct GQueue { pub head: *mut GList, pub tail: *mut GList, pub length: c_uint, }
Fields
head: *mut GList
tail: *mut GList
length: c_uint