GQueue

Type Alias GQueue 

Source
pub type GQueue = _GQueue;

Aliased Type§

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

Fields§

§head: *mut _GList§tail: *mut _GList§length: u32