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