Struct glib_sys::GQueue [] [src]

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

Fields

Trait Implementations

impl Debug for GQueue
[src]

[src]

Formats the value using the given formatter.