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