Struct glib_sys::GQueue [] [src]

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

Fields