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