Struct vips_sys::_GQueue
[−]
[src]
#[repr(C)]pub struct _GQueue { pub head: *mut GList, pub tail: *mut GList, pub length: guint, }
Fields
head: *mut GList
tail: *mut GList
length: guint
Trait Implementations
impl Debug for _GQueue
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more