Struct glib_sys::GQueue [] [src]

pub struct GQueue {
    pub head: *mut GList,
    pub tail: *mut GList,
    pub length: c_uint,
}

Fields

head
tail
length